[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: A missing colon in the template defaults [7.8.03 (release_7.8.0
From: |
Takahiro Noda |
Subject: |
[O] Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)] |
Date: |
Thu, 26 Jan 2012 11:05:57 +0900 (JST) |
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
Hi,
I found a minor error in org.el. A colon following the INCLUDE keyword
shouldn't be omitted from org-structure-template-alist. Here is a
patch to fix the remedy.
------------------------------------------------------------------------
--- lisp/org.el.orig 2012-01-26 09:56:56.000000000 +0900
+++ lisp/org.el 2012-01-26 10:17:42.000000000 +0900
@@ -11048,7 +11048,7 @@
("A" "#+ASCII: ")
("i" "#+INDEX: ?"
"#+INDEX: ?")
- ("I" "#+INCLUDE %file ?"
+ ("I" "#+INCLUDE: %file ?"
"<include file=%file markup=\"?\">")
)
"Structure completion elements.
------------------------------------------------------------------------
Emacs : GNU Emacs 23.3.1 (x86_64-apple-darwin10.6.0, NS apple-appkit-1038.35)
of 2011-03-12 on swallow.local
Package: Org-mode version 7.8.03 (release_7.8.03.237.g674bb)
--
Best,
Takahiro Noda