diff options
Diffstat (limited to 'modules/org-capture-config.el')
| -rw-r--r-- | modules/org-capture-config.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/org-capture-config.el b/modules/org-capture-config.el index f41d0228..5d569002 100644 --- a/modules/org-capture-config.el +++ b/modules/org-capture-config.el @@ -84,10 +84,6 @@ Intended to be called within an org capture template." '(("t" "Task" entry (file+headline inbox-file "Inbox") "* TODO %?" :prepend t) - ("a" "Appointment" entry (file gcal-file) - "* %?\n:PROPERTIES:\n:calendar-id:craigmartinjennings@gmail.com\n:END:\n:org-gcal:\n%^T--%^T\n:END:\n\n" - :jump-to-captured t) - ("e" "Event" entry (file+headline schedule-file "Scheduled Events") "* %?%:description SCHEDULED: %^t%(cj/org-capture-event-content) |
