org: Update +export to generate revealjs stuff

This commit is contained in:
HaoZeke 2018-07-11 19:06:49 +05:30
parent 1fc43dacfc
commit 763dba72cd
No known key found for this signature in database
GPG key ID: 9CCCE36402CB49A6

View file

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