[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-capture-template suspicious behaviour of expansion elements
From: |
Bastien |
Subject: |
Re: [O] org-capture-template suspicious behaviour of expansion elements |
Date: |
Sat, 22 Sep 2012 11:08:36 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Hi Myles,
"Myles English" <address@hidden> 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