summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-28 16:46:35 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-28 16:46:35 +0000
commit0a96e32b6bbc50cc8e84f4f29cbe0f5c5794240d (patch)
tree5cf284916d79f3b845936e72206e9fd7b3ce9c80
parente2f1561fdf892954fa3daac7f17227eaf3b89139 (diff)
removed redundant capture templates now that we have org-gcal
-rw-r--r--init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.el b/init.el
index 1a30192..3be458d 100644
--- a/init.el
+++ b/init.el
@@ -593,11 +593,6 @@
"* TODO %?")
("j" "Journal" entry (file+datetree "~/Nextcloud/org/journal.org")
"* %?\nEntered on %U\n %i\n %a")
- ("c" "Calendar entries")
- ("cw" "Work Calendar" entry (file+headline "~/Nextcloud/org/cal.org" "DfT")
- "* %?\n%^t\n")
- ("ch" "Home Calendar" entry (file+headline "~/Nextcloud/org/cal.org" "Home")
- "* %?\n%^t\n")
("e" "Emacs Tip" entry (file+headline "~/Nextcloud/org/emacs-tips.org" "Emacs Tips")
"* %?\n %i\n %a"))))
;; Put state transition logs into a drawer called LOGBOOK