From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Friis Subject: Re: [Patch] Capture: %[FILE] and %(SEXP) (again) Date: Sat, 17 Jul 2010 18:03:54 +0100 Message-ID: <87r5j2xcp1.fsf@alterecco.net> References: <87fwzi1gei.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaAnj-0005xE-5G for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:03:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaAng-00071z-Kj for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:03:45 -0400 Received: from lo.gmane.org ([80.91.229.12]:46880) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaAng-00071m-FH for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 13:03:44 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OaAne-000859-TZ for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 19:03:42 +0200 Received: from 83.35.28.128 ([83.35.28.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jul 2010 19:03:42 +0200 Received: from mail by 83.35.28.128 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jul 2010 19:03:42 +0200 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: emacs-orgmode@gnu.org 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) - Johan