From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-capture-template suspicious behaviour of expansion elements Date: Sat, 22 Sep 2012 11:08:36 +0200 Message-ID: <874nmqxw4r.fsf@bzg.ath.cx> References: <878vcgfwwa.fsf@ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFLhY-0006Oz-0u for Emacs-orgmode@gnu.org; Sat, 22 Sep 2012 05:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFLhU-0000R4-61 for Emacs-orgmode@gnu.org; Sat, 22 Sep 2012 05:08:39 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:37616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFLhT-0000Qx-VH for Emacs-orgmode@gnu.org; Sat, 22 Sep 2012 05:08:36 -0400 Received: by weyu3 with SMTP id u3so852544wey.0 for ; Sat, 22 Sep 2012 02:08:35 -0700 (PDT) In-Reply-To: <878vcgfwwa.fsf@ed.ac.uk> (Myles English's message of "Tue, 11 Sep 2012 15:37:41 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Myles English Cc: Emacs-orgmode Hi Myles, "Myles English" writes: > Using the git repo, I am fairly sure that one of my capture templates > stopped working sometime in the last few weeks, no so much as to warrant > a bug report but thought I would point it out as it may be unintended or > part of a bigger picture: > > #+begin_src elisp > (setq org-capture-templates (quote ( > ("t" " - test" entry > (file "test.org") "* %? \n%^t%U")))) > #+end_src elisp > \n%^t %U > ^ > that space is important now, otherwise the %^t is not > expanded. This is now fixed, thanks. -- Bastien