1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-11 09:20:32 +00:00

Add missing colon to #+INCLUDE in structure template

* lisp/org.el (org-structure-template-alist): Add missing colon to
  #+INCLUDE.
This commit is contained in:
Nicolas Goaziou 2012-08-27 09:11:01 +02:00
parent 664132667b
commit 805a9f019d

View File

@ -11427,7 +11427,7 @@ This function can be used in a hook."
("A" "#+ASCII: ")
("i" "#+INDEX: ?"
"#+INDEX: ?")
("I" "#+INCLUDE %file ?"
("I" "#+INCLUDE: %file ?"
"<include file=%file markup=\"?\">")
)
"Structure completion elements.