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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to