Selaa lähdekoodia

Add missing colon to #+INCLUDE in structure template

* lisp/org.el (org-structure-template-alist): Add missing colon to
  #+INCLUDE.
Nicolas Goaziou 12 vuotta sitten
vanhempi
commit
805a9f019d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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.