From edcec718e35117eb4906c5479bba432a4f95c9af Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 21 Oct 2016 23:58:22 +0200 Subject: [PATCH] org: disable ox-pandoc (for now) --- modules/module-org-notes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/module-org-notes.el b/modules/module-org-notes.el index 488a221ec..2ad0bff6a 100644 --- a/modules/module-org-notes.el +++ b/modules/module-org-notes.el @@ -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)