Fixed org-structure-template-alist for compatibility with Org 9.2.

This commit is contained in:
John Hammond 2019-01-31 09:49:07 -06:00
parent 42bb04ed05
commit f9574b9093
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ Return output file name."
;; Register auto-completion for speaker notes.
(when org-reveal-note-key-char
(add-to-list 'org-structure-template-alist
(list org-reveal-note-key-char "#+BEGIN_NOTES\n\?\n#+END_NOTES")))
(list org-reveal-note-key-char "NOTES")))
(provide 'ox-reveal)