Merge pull request #2527 from soedirgo/develop

Change org-re-reveal reveal.js root path to https://revealjs.com
This commit is contained in:
Henrik Lissner 2020-02-13 14:44:37 -05:00 committed by GitHub
commit 9dbee56c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -442,7 +442,7 @@ file isn't in `org-directory'."
(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/"))))) (variable . "revealjs-url=https://revealjs.com")))))
(defun +org-init-habit-h () (defun +org-init-habit-h ()

View file

@ -14,7 +14,7 @@
(use-package! org-re-reveal (use-package! org-re-reveal
:after ox :after ox
:init :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 (use-package! org-tree-slide