emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-capture datetree below heading?


From: Carsten Dominik
Subject: Re: [O] org-capture datetree below heading?
Date: Wed, 10 May 2017 08:39:41 +0200

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 <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]