From 0a96e32b6bbc50cc8e84f4f29cbe0f5c5794240d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 28 Dec 2019 16:46:35 +0000 Subject: removed redundant capture templates now that we have org-gcal --- init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'init.el') 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 -- cgit v1.2.3