diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 16:46:35 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 16:46:35 +0000 |
commit | 0a96e32b6bbc50cc8e84f4f29cbe0f5c5794240d (patch) | |
tree | 5cf284916d79f3b845936e72206e9fd7b3ce9c80 /init.el | |
parent | e2f1561fdf892954fa3daac7f17227eaf3b89139 (diff) |
removed redundant capture templates now that we have org-gcal
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |