Marcin Borkowski <mbork <at> mbork.pl> writes: > I know about `org-capture-after-finalize-hook', but is it possible for > a function in there to know which capture template was used?
Hi Marcin, You might be able to use the :key property of org-capture-plist, which records the selection key of the template used (the :template property appears to record the contents of the filled-in template).