From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: org-capture-template suspicious behaviour of expansion elements Date: Tue, 11 Sep 2012 15:37:41 +0100 Message-ID: <878vcgfwwa.fsf@ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBRU0-0007Z3-J7 for Emacs-orgmode@gnu.org; Tue, 11 Sep 2012 10:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBRTp-0004bB-4A for Emacs-orgmode@gnu.org; Tue, 11 Sep 2012 10:30:32 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:58604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBRTo-0004af-U1 for Emacs-orgmode@gnu.org; Tue, 11 Sep 2012 10:30:21 -0400 Received: by eaaf11 with SMTP id f11so363080eaa.0 for ; Tue, 11 Sep 2012 07:30:19 -0700 (PDT) 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: Emacs-orgmode Hi, 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. Myles