Fix #1127: errant entry in org-structure-template-alist
Caused an error when org-insert-structure-template is called in org-mode.
This commit is contained in:
parent
6bbc095694
commit
24b4d24d18
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
(def-package! ox-reveal
|
||||
:defer t
|
||||
: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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue