standalone files for org-reveal exports
This commit is contained in:
@@ -969,7 +969,8 @@ used as a communication channel."
|
|||||||
(use-package ox-reveal
|
(use-package ox-reveal
|
||||||
:defer t ;; will be loaded via `org-export-backends' see above inside `org'
|
:defer t ;; will be loaded via `org-export-backends' see above inside `org'
|
||||||
:config
|
:config
|
||||||
(setq org-reveal-root (concat "file://" (expand-file-name user-emacs-directory) "scripts/reveal.js")))
|
(setq org-reveal-root (concat "file://" (expand-file-name user-emacs-directory) "scripts/reveal.js"))
|
||||||
|
(setq org-reveal-single-file t))
|
||||||
|
|
||||||
(use-package org-drill ;; requires persist https://elpa.gnu.org/packages/persist.html
|
(use-package org-drill ;; requires persist https://elpa.gnu.org/packages/persist.html
|
||||||
:commands org-drill)
|
:commands org-drill)
|
||||||
|
|||||||
Reference in New Issue
Block a user