From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: [Patch] Capture: %[FILE] and %(SEXP) (again) Date: Sat, 17 Jul 2010 22:23:38 +0200 Message-ID: <87y6d9zwl1.fsf@gmx.de> References: <87fwzi1gei.fsf@gmx.de> <87r5j2xcp1.fsf@alterecco.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=60200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaDv3-00057X-KL for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 16:23:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaDv1-00085o-QG for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 16:23:33 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:60022 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OaDv1-00085Q-Cn for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 16:23:31 -0400 In-Reply-To: <87r5j2xcp1.fsf@alterecco.net> (Johan Friis's message of "Sat, 17 Jul 2010 18:03:54 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johan Friis Cc: emacs-orgmode@gnu.org --=-=-= Johan Friis writes: > I have this in my org-capture-templates, and it works just fine. The > note.org file is of course an org-mode file, with normal syntax. > > ("j" "Journal" entry (file "~/note/journal.org") (file "~/note/template/journal.org")) > > I am not sure if I misunderstood what you want to do, just wanted to > state that the above works great for me (it expands what it is supposed to) Ahhhh! This does what I expect, but it is not documented. Thanks Johan! That's why I wrote my previous mail? I simply could not figure out, how to achieve that and I did not know about (file "filename"). Where is this in the docs? But, OK, forget it. I now know that I have to use the (file "...") syntax. So this is one of the neccessary patches: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=org.texi-document-template-files.patch diff --git a/doc/org.texi b/doc/org.texi index f1f894a..e5d0a3b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6109,7 +6109,9 @@ file and location. The template for creating the capture item. If you leave this empty, an appropriate default template will be used. Otherwise this is a string with escape codes, which will be replaced depending on time -and context of the capture call. See below for more details. +and context of the capture call. The string with escapes may be loaded +from a template file, using the special syntax `(file +``path-to-template'')'. See below for more details. @item properties The rest of the entry is a property list of additional options. --=-=-= Still, as I said in my previous mail, the way "%[FILE]" and "%(SEXP)" work is not quite right and the docs are still incomplete. Best wishes Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--