Org capture template for work
This commit is contained in:
parent
9b9ea300e9
commit
3714176fec
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue