From: Takahiro Noda <takahiro.noda@gmail.com> To: emacs-orgmode@gnu.org Subject: Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)] Date: Thu, 26 Jan 2012 10:24:12 +0900 (JST) [thread overview] Message-ID: <20120126.102412.1287454264286929415.takahiro.noda@gmail.com> (raw) 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
next reply other threads:[~2012-01-26 1:40 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-01-26 1:24 Takahiro Noda [this message] 2012-01-26 2:05 Takahiro Noda 2012-01-26 9:04 ` Bastien
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20120126.102412.1287454264286929415.takahiro.noda@gmail.com \ --to=takahiro.noda@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this 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).