* TODO %^{prompt} [/]\n** TODO %\1 %^{prompt} %^t\n
gives
* TODO stuff [/]
** TODO %^A stuff <date>
Why is that ?
Jean-Christophe
> On Jun 30, 2017, at 18:21, Jean-Christophe Helary
> <[email protected]> wrote:
>
> Ooops, yes, that was totally under my nose :)
> Thank you very much.
>
> Jean-Christophe
>
>> On Jun 30, 2017, at 18:18, [email protected] wrote:
>>
>> Check out the docstring of variable `org-capture-templates`.
>> There is a doc like this:
>> ```
>> %\1 ... %\N Insert the text entered at the nth %^{prompt}, where N
>> is a number, starting from 1.