Skip to content

Commit

Permalink
lang/org: replace ox-reveal w/ org-re-reveal
Browse files Browse the repository at this point in the history
ox-reveal is no longer maintained, and has been replaced with
org-re-reveal; a fork.
  • Loading branch information
hlissner committed Oct 20, 2019
1 parent 45a17c8 commit c5464f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/lang/org/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
+ =+present=
+ [[https://github.com/anler/centered-window-mode][centered-window]]
+ [[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=
+ [[https://github.com/kaushalmodi/ox-hugo][ox-hugo]]

Expand Down
9 changes: 2 additions & 7 deletions modules/lang/org/contrib/present.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@
;;
;;; Packages

(use-package! ox-reveal
(use-package! org-re-reveal
: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
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"
org-reveal-mathjax t))
(setq org-re-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"))


(use-package! org-tree-slide
Expand Down
2 changes: 1 addition & 1 deletion modules/lang/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(when (featurep! +present)
(package! centered-window :recipe (:host github :repo "anler/centered-window-mode"))
(package! org-tree-slide)
(package! ox-reveal))
(package! org-re-reveal))

(when (featurep! +journal)
(package! org-journal))
Expand Down

0 comments on commit c5464f1

Please sign in to comment.