emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-capture datetree below heading?
@ 2017-05-09 14:46 Benedikt Steindorf
  2017-05-10  6:39 ` Carsten Dominik
  2017-05-11  6:20 ` superflous blank line in capture Jay Dresser
  0 siblings, 2 replies; 4+ messages in thread
From: Benedikt Steindorf @ 2017-05-09 14:46 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 748 bytes --]

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-23 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 14:46 org-capture datetree below heading? Benedikt Steindorf
2017-05-10  6:39 ` Carsten Dominik
2017-05-11  6:20 ` superflous blank line in capture Jay Dresser
2017-05-23 16:18   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).