summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-01-13 23:02:05 +0100
committerMartin Polden <mpolden@mpolden.no>2021-01-13 23:02:05 +0100
commitdab1b139ca1271f6c87150a5159a7173f8e361c5 (patch)
tree0ce41b963e96ce3abd4a54a80602c7f918575e33 /lisp/init-org.el
parent0a230d4329565f1eaf107acf3a08a7d30450e1a8 (diff)
org: Remove unused templates
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