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
|
||||
: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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue