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:
parent
664132667b
commit
805a9f019d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user