Re: [O] How to programmatically use/edit data provided on capture

2014-08-02 Thread Richard Lawrence
Hi Marcin, Marcin Antczak writes: > I got capture template with prompts to collect some properties: > > #+BEGIN_SRC > * TODO %\1 / Some task description >:PROPERTIES: >:NAME: %^{NAME} >:END: > #+END_SRC > > My question is: How to get information on user input data to transform > this

[O] How to programmatically use/edit data provided on capture

2014-08-02 Thread Marcin Antczak
Hi all! I got capture template with prompts to collect some properties: #+BEGIN_SRC * TODO %\1 / Some task description :PROPERTIES: :NAME: %^{NAME} :END: #+END_SRC My question is: How to get information on user input data to transform this data before capture finalize. For example: