[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Capture templates - using result from %^g twice?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Capture templates - using result from %^g twice? |
Date: |
Fri, 18 Nov 2016 09:48:54 +0100 |
Hello,
Rainer M Krug <address@hidden> writes:
> Hm - I seem to ask strange questions here. Any ideas?
%\2 is not working because it is used to repeat %^{prompt} placeholders,
not %^g or %^G, per documentation.
You could try (untested)
:SHEET: %(mapconcat #'identity (org-get-tags-at nil t) ":")
Regards,
--
Nicolas Goaziou