[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-capture: %\N template expansion
From: |
Bruno Cardoso |
Subject: |
Re: [BUG] org-capture: %\N template expansion |
Date: |
Thu, 23 May 2024 09:37:12 -0300 |
On 2024-05-23, 11:13 +0000, Ihor Radchenko <yantar92@posteo.net> wrote:
> That's because you can only use %\N placeholder for %^{prompt} but not
> for %^{prompt}X.
> ...
> We can probably improve the error and the docstring to clarify this.
Thanks for the explanation, Ihor. I expected it to work in both cases, as the
property prompt with value completion is very useful. I feel the error and the
docstring can be confusing in this regard.
> We may also make %^{prompt}X expansions to work with %\N, but it can
> break the existing templates that are tuned to the current behaviour.
I see. Would it make sense to have another placeholder for '%^{prompt}X'?