Merge pull request #750 from HaoZeke/oxPandocReveal

org: Update +export to generate revealjs stuff
This commit is contained in:
Henrik Lissner
2018-07-17 02:07:12 +02:00
committed by GitHub

View File

@ -18,7 +18,8 @@ path too.")
(add-to-list 'org-export-backends 'pandoc nil #'eq)
(setq org-pandoc-options
'((standalone . t)
(mathjax . t))))
(mathjax . t)
(variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/"))))
;;
(defun +org|init-export ()