diff --git a/config.org b/config.org index c63df68..159fbf5 100644 --- a/config.org +++ b/config.org @@ -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)