emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]
@ 2012-01-26  1:24 Takahiro Noda
  0 siblings, 0 replies; 3+ messages in thread
From: Takahiro Noda @ 2012-01-26  1:24 UTC (permalink / raw)
  To: emacs-orgmode

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.
------------------------------------------------------------------------
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)
-- 
Takahiro Noda

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]
@ 2012-01-26  2:05 Takahiro Noda
  2012-01-26  9:04 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Takahiro Noda @ 2012-01-26  2:05 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-26  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-26  1:24 Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)] Takahiro Noda
  -- strict thread matches above, loose matches on Subject: below --
2012-01-26  2:05 Takahiro Noda
2012-01-26  9:04 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).