In Org-mode, I would like to have a capture template get stored like this:
* 2015
** 2015-05 May
*** 2015-05-21 Thursday <--- I can get this with file+datetree
**** Todo today <--- here's the problem
***** TODO something <--- this is the captured content
Is that possible out of the box? If not, any ideas how to go about implementing it?
**** Todo today? It would be great if you could extend your post to include (1) an example of the output that your capture template currently produces, (2) a separate example of the output you would like to see, and (3) the capture template itself. Other than that, welcome to Emacs.SE!2015-05-21 Thursday) and the headline produced by the template (TODO something). Basically, what I need isfile+datetree+olp.**** Todo todayheading for everyTODOitem created usingorg-capture. I have since fixed this issue; please have another look at my answer.