Org capture template for work

This commit is contained in:
Marcel Kapfer 2021-11-03 22:04:42 +01:00
parent 9b9ea300e9
commit 3714176fec
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 0 deletions

View File

@ -1003,6 +1003,8 @@ Define org-capture templates.
(setq org-capture-templates
'(("t" "Normal task" entry (file "~/org/inbox.org")
"* TODO %?\n :PROPERTIES:\n :CREATED: %U\n :END:")
("w" "Work task" entry (file "~/org/work.inbox.org")
"* TODO %?\n :PROPERTIES:\n :CREATED: %U\n :END:")
("e" "E-Mail needing a reply" entry (file "~/org/emails.org")
"* TODO Reply: %a\n :PROPERTIES:\n :CREATED: %U\n :END:"
:immediate-finish t)