Hello!
I'm trying to set up a capture template for a weekly status update I send my manager. I want the org document organized by the dates of the Mondays of the week. I am trying to use 'file+headline' target. Is it possible to have the headline set dynamically?
Something like the following?
(setq org-capture-templates '(("d" "Demo template" entry (file+headline "demo.org" "<function to set headline>") "** Content Start\n%?") ))
I appreciate any help!