org: Update +export to generate revealjs stuff
This commit is contained in:
parent
1fc43dacfc
commit
763dba72cd
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue