mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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)
|
(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 ()
|
||||||
|
Reference in New Issue
Block a user