浏览代码

Do not include the colon in the include template.

In fact, it is optional, but BEGIN_SRC does not have it either.
Carsten Dominik 17 年之前
父节点
当前提交
c3a01489ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -7713,7 +7713,7 @@ This function can be used in a hook."
          "<literal style=\"html\">?</literal>")
     ("a" "#+begin_ascii\n?\n#+end_ascii")
     ("A" "#+ascii: ")
-    ("i" "#+include: %file ?"
+    ("i" "#+include %file ?"
          "<include file=%file markup=\"?\">")
     )
   "Structure completion elements.