summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 690df39..e2617a4 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -31,14 +31,6 @@
;; capture template including title, date and time
(setq org-capture-templates '(("i" "Inbox" entry (file "")
"* TODO %?\n %U"
- :empty-lines-after 1)
- ("p" "Personal" entry (file+olp "personal.org" "Tasks")
- "* TODO %?\n %U"
- :prepend t
- :empty-lines-after 1)
- ("w" "Work" entry (file+olp "work.org" "Tasks")
- "* TODO %?\n %U"
- :prepend t
:empty-lines-after 1)))
;; automatically mark archived entry as done