Hello,

Stig Brautaset <s...@brautaset.org> writes:

> I've got a capture template where I want to prompt for a string and use
> it in two places, but I end up being prompted twice. I want a template
> something like the below, and be prompted only once each for Title and
> Abstract. Is that possible somehow? Any help appreciated.
>
>
> : * TODO Write %^{Title} Blog post
> : #+begin_html
> : ---
> : title: %^{Title}
> : layout: post
> : abstract: %^{Abstract}
> : ---
> : #+end_html
> :
> : %^{Abstract}
> :
> : %?

You can use %1, %2... to reuse the first string, the second one...

Regards,

-- 
Nicolas Goaziou

Reply via email to