Fix #2654: switch back to org-re-reveal
org-reveal is no longer maintained. org-re-reveal also possesses more features.
This commit is contained in:
parent
bbc3245cb3
commit
3a370343e2
2 changed files with 5 additions and 10 deletions
|
@ -11,15 +11,10 @@
|
||||||
;;
|
;;
|
||||||
;;; Packages
|
;;; Packages
|
||||||
|
|
||||||
(use-package! ox-reveal
|
(use-package! org-re-reveal
|
||||||
:after ox
|
:after ox
|
||||||
:init
|
:init
|
||||||
;; Fix #1127, where ox-reveal adds an errant entry to
|
(setq org-re-reveal-root "https://revealjs.com"))
|
||||||
;; `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))
|
|
||||||
|
|
||||||
|
|
||||||
(use-package! org-tree-slide
|
(use-package! org-tree-slide
|
||||||
|
|
|
@ -63,6 +63,8 @@
|
||||||
(package! ob-ipython :pin "7147455230"))
|
(package! ob-ipython :pin "7147455230"))
|
||||||
(when (featurep! +jupyter)
|
(when (featurep! +jupyter)
|
||||||
(package! jupyter :pin "de7af256a9"))
|
(package! jupyter :pin "de7af256a9"))
|
||||||
|
(when (featurep! +journal)
|
||||||
|
(package! org-journal :pin "664c08e12c"))
|
||||||
(when (featurep! +pomodoro)
|
(when (featurep! +pomodoro)
|
||||||
(package! org-pomodoro :pin "aa07c11318"))
|
(package! org-pomodoro :pin "aa07c11318"))
|
||||||
(when (featurep! +present)
|
(when (featurep! +present)
|
||||||
|
@ -70,9 +72,7 @@
|
||||||
:recipe (:host github :repo "anler/centered-window-mode")
|
:recipe (:host github :repo "anler/centered-window-mode")
|
||||||
:pin "24f7c5be9d")
|
:pin "24f7c5be9d")
|
||||||
(package! org-tree-slide :pin "7bf09a02bd")
|
(package! org-tree-slide :pin "7bf09a02bd")
|
||||||
(package! ox-reveal :pin "ea8b502170"))
|
(package! org-re-reveal :pin "e4460a98b6"))
|
||||||
(when (featurep! +journal)
|
|
||||||
(package! org-journal :pin "664c08e12c"))
|
|
||||||
(when (featurep! +roam)
|
(when (featurep! +roam)
|
||||||
(package! org-roam :pin "b86d2c8637")
|
(package! org-roam :pin "b86d2c8637")
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue