mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #750 from HaoZeke/oxPandocReveal
org: Update +export to generate revealjs stuff
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user