Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer, > > 2016ko azaroak 18an, Rainer M Krug-ek idatzi zuen: >> > >>> :SHEET: %(mapconcat #'identity (org-get-tags-at nil t) ":") >> >> Thanks - this looks good to me, but the ="= causes problems and ends the >> template early. I tried to replace

Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Aaron Ecay
Hi Rainer, 2016ko azaroak 18an, Rainer M Krug-ek idatzi zuen: > >> :SHEET: %(mapconcat #'identity (org-get-tags-at nil t) ":") > > Thanks - this looks good to me, but the ="= causes problems and ends the > template early. I tried to replace =":"= with =':'= but this did =not > work either

Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug 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. Ok - thanks for the

Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Nicolas Goaziou
Hello, Rainer M Krug 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)

Re: [O] Capture templates - using result from %^g twice?

2016-11-16 Thread Rainer M Krug
Hm - I seem to ask strange questions here. Any ideas? Rainer Rainer M Krug writes: > Hi > I have the following capture template and would like to re-use the tag > entered by %^g . I try to use %\2 but this is not working. > > Is there a way that I can re-use the tag entered by

[O] Capture templates - using result from %^g twice?

2016-11-14 Thread Rainer M Krug
Hi I have the following capture template and would like to re-use the tag entered by %^g . I try to use %\2 but this is not working. Is there a way that I can re-use the tag entered by %^g and add it as a property? Thanks, Rainer , | ("s" "Change logged in buffer - for spreadsheet