Revert to ox-reveal (remove org-re-reveal)

ox-reveal is maintained again, and org-re-reveal was
exhibiting (wrong-type-argument wholenump -1) errors in some corner
cases.
This commit is contained in:
Henrik Lissner 2020-02-21 14:58:14 -05:00
parent 731e1c503d
commit a0a7c34517
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 3 deletions

View file

@ -11,10 +11,15 @@
;;
;;; Packages
(use-package! org-re-reveal
(use-package! ox-reveal
:after ox
:init
(setq org-re-reveal-root "https://revealjs.com"))
;; 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))
(use-package! org-tree-slide

View file

@ -71,7 +71,7 @@
:recipe (:host github :repo "anler/centered-window-mode")
:pin "24f7c5be9d")
(package! org-tree-slide :pin "7bf09a02bd")
(package! org-re-reveal :pin "14df7542f2"))
(package! ox-reveal :pin "aafedfd805"))
(when (featurep! +journal)
(package! org-journal :pin "128f0533a7"))