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
commit bd2b30400d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ()