summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-org.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index f5a24d4..8c5e4f0 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -27,10 +27,8 @@
;; capture template including title, date and time
(setq org-capture-templates '(("p" "Personal" entry (file+headline "" "Tasks")
"* TODO %?\n %T\n" :prepend t)
- ("w" "Work" entry (file+headline
- (expand-file-name
- "work.org" org-directory)
- "Tasks")
+ ("w" "Work" entry (file+headline "work.org"
+ "Tasks")
"* TODO %?\n %T\n" :prepend t)))
;; automatically mark archived entry as done