Merge pull request #2527 from soedirgo/develop
Change org-re-reveal reveal.js root path to https://revealjs.com
This commit is contained in:
commit
9dbee56c2b
2 changed files with 2 additions and 2 deletions
|
@ -442,7 +442,7 @@ file isn't in `org-directory'."
|
|||
(setq org-pandoc-options
|
||||
'((standalone . t)
|
||||
(mathjax . t)
|
||||
(variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/")))))
|
||||
(variable . "revealjs-url=https://revealjs.com")))))
|
||||
|
||||
|
||||
(defun +org-init-habit-h ()
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
(use-package! org-re-reveal
|
||||
:after ox
|
||||
:init
|
||||
(setq org-re-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"))
|
||||
(setq org-re-reveal-root "https://revealjs.com"))
|
||||
|
||||
|
||||
(use-package! org-tree-slide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue