lang/org: silence redundant pandoc compilation warnings

This commit is contained in:
Henrik Lissner 2017-12-16 23:49:38 -05:00
parent ccaaca2d88
commit 87fc297fea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,9 +8,8 @@
(def-package! ox-pandoc
:defer t
:config
(if (executable-find "pandoc")
(push 'pandoc org-export-backends)
(warn "org-export: couldn't find pandoc, disabling pandoc export"))
(when (executable-find "pandoc")
(push 'pandoc org-export-backends))
(setq org-pandoc-options
'((standalone . t)
(mathjax . t)