mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: silence redundant pandoc compilation warnings
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user