lang/org: silence redundant pandoc compilation warnings
This commit is contained in:
parent
ccaaca2d88
commit
87fc297fea
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@
|
||||||
(def-package! ox-pandoc
|
(def-package! ox-pandoc
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(if (executable-find "pandoc")
|
(when (executable-find "pandoc")
|
||||||
(push 'pandoc org-export-backends)
|
(push 'pandoc org-export-backends))
|
||||||
(warn "org-export: couldn't find pandoc, disabling pandoc export"))
|
|
||||||
(setq org-pandoc-options
|
(setq org-pandoc-options
|
||||||
'((standalone . t)
|
'((standalone . t)
|
||||||
(mathjax . t)
|
(mathjax . t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue