lang/org: replace ox-reveal w/ org-re-reveal

ox-reveal is no longer maintained, and has been replaced with
org-re-reveal; a fork.
This commit is contained in:
Henrik Lissner 2019-10-20 18:36:22 -04:00
parent 45a17c86ba
commit c5464f1798
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 9 deletions

View file

@ -103,7 +103,7 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
+ =+present= + =+present=
+ [[https://github.com/anler/centered-window-mode][centered-window]] + [[https://github.com/anler/centered-window-mode][centered-window]]
+ [[https://github.com/takaxp/org-tree-slide][org-tree-slide]] + [[https://github.com/takaxp/org-tree-slide][org-tree-slide]]
+ [[https://github.com/yjwen/org-reveal][ox-reveal]] + [[https://gitlab.com/oer/org-re-reveal][org-re-reveal]]
+ =+hugo= + =+hugo=
+ [[https://github.com/kaushalmodi/ox-hugo][ox-hugo]] + [[https://github.com/kaushalmodi/ox-hugo][ox-hugo]]

View file

@ -11,15 +11,10 @@
;; ;;
;;; Packages ;;; Packages
(use-package! ox-reveal (use-package! org-re-reveal
:after ox :after ox
:init
;; Fix #1127, where ox-reveal adds an errant entry to
;; `org-structure-template-alist'
(setq org-reveal-note-key-char nil)
:config :config
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/" (setq org-re-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"))
org-reveal-mathjax t))
(use-package! org-tree-slide (use-package! org-tree-slide

View file

@ -50,7 +50,7 @@
(when (featurep! +present) (when (featurep! +present)
(package! centered-window :recipe (:host github :repo "anler/centered-window-mode")) (package! centered-window :recipe (:host github :repo "anler/centered-window-mode"))
(package! org-tree-slide) (package! org-tree-slide)
(package! ox-reveal)) (package! org-re-reveal))
(when (featurep! +journal) (when (featurep! +journal)
(package! org-journal)) (package! org-journal))