[Org] Add export by pandoc

This commit is contained in:
Daniel - 2018-08-01 16:28:37 +02:00
parent 2c93f5313b
commit d8bf5b3e9e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 1 deletions

View File

@ -843,7 +843,11 @@ This is done only if the value of this variable is not null."
(use-package ox
:defer t
:config (require 'ox-md))
:config (progn
(with-demoted-errors "Cannot load package: %s"
(require 'ox-md)
(require 'ox-pandoc))
(setq org-export-exclude-tags '("NO_EXPORT"))))
;;; Hydra