org: disable ox-pandoc (for now)
This commit is contained in:
parent
5e8fa54b89
commit
edcec718e3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue