mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
org: disable ox-pandoc (for now)
This commit is contained in:
@ -98,8 +98,8 @@
|
|||||||
org-export-with-toc t
|
org-export-with-toc t
|
||||||
org-export-with-author t)
|
org-export-with-author t)
|
||||||
|
|
||||||
(require 'ox-pandoc)
|
;; (require 'ox-pandoc)
|
||||||
(setq org-pandoc-options '((standalone . t) (mathjax . t) (parse-raw . t)))
|
;; (setq org-pandoc-options '((standalone . t) (mathjax . t) (parse-raw . t)))
|
||||||
|
|
||||||
;; Export to a central directory (why isn't this easier?)
|
;; Export to a central directory (why isn't this easier?)
|
||||||
(unless (file-directory-p org-export-directory)
|
(unless (file-directory-p org-export-directory)
|
||||||
|
Reference in New Issue
Block a user