From 805a9f019d455e64c1b0d0f54aa8161cb0bbbe28 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 27 Aug 2012 09:11:01 +0200 Subject: [PATCH] Add missing colon to #+INCLUDE in structure template * lisp/org.el (org-structure-template-alist): Add missing colon to #+INCLUDE. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index b682fb67d..2eb270e20 100644 --- a/lisp/org.el +++ b/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 ?" "") ) "Structure completion elements.