소스 검색

Add missing colon to #+INCLUDE in structure template

* lisp/org.el (org-structure-template-alist): Add missing colon to
  #+INCLUDE.
Nicolas Goaziou 13 년 전
부모
커밋
805a9f019d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.