Hi Benedict, yes, get the latest master from the git repo and read the manual for that version. You can also look at a recent thread with the subject "Use of date trees in Capture has been modified" If you cannot upgrade, just put a :DATE_TREE: t property to the heading under which you want the datetree to be built. Carsten On Tue, May 9, 2017 at 4:46 PM, Benedikt Steindorf wrote: > Hi, > > i like to use a datetree under a headingis this somehow possible? > > Example: > > * Log > ** 2017 > *** 2017-05 > > My current config: > > (setq org-capture-templates > '(("t" "Tasks") > ("tg" "Task (General)" entry (file+headline "~/org/work.org" > "Tasks") > "* TODO %?\n %i\n %a") > ("m" "Mehrarbeit") > ("mn" "Nachtschicht" entry (file+datetree+prompt > "~/org/work.org" "Mehrarbeit") > "** %^{Activity} :NIGHTSHIFT:") > ("mr" "Rufbereitschaft" entry (file+datetree+prompt > "~/org/work.org" "Mehrarbeit") > "** %^{Activity} :CALLOUT:") > ("w" "Web-Site" entry (file "~/org/web.org") > "* TODO Review %c\n%U\n%i\n" :immediate-finish)))) > > > - Benedikt > >