org: disable ox-pandoc (for now)

This commit is contained in:
Henrik Lissner 2016-10-21 23:58:22 +02:00
parent 5e8fa54b89
commit edcec718e3

View File

@ -98,8 +98,8 @@
org-export-with-toc t
org-export-with-author t)
(require 'ox-pandoc)
(setq org-pandoc-options '((standalone . t) (mathjax . t) (parse-raw . t)))
;; (require 'ox-pandoc)
;; (setq org-pandoc-options '((standalone . t) (mathjax . t) (parse-raw . t)))
;; Export to a central directory (why isn't this easier?)
(unless (file-directory-p org-export-directory)