From 0de6c0fc77e65b686366c3693c00825f45a5ce14 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 10 Jun 2021 19:36:48 +0200 Subject: [PATCH] Remove capture template --- bundle/bundle--package.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index ad8c66bd..0bf5e61b 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -156,8 +156,7 @@ (org-capture-templates (quote (("t" "Task" entry (file+headline "tasks.org" "Tasks") "* OPEN %?\n\s %u\n\s %a") ("j" "Journal" entry (file+headline "journal.org" "Journal") "* %<%Y-%m-%d %H:%M:%S %p %Z>\n\s %?") - ("a" "Appointment today" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %T\n") - ("A" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %u\n\s")))) + ("a" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %T\n")))) (org-clock-out-remove-zero-time-clocks t) (org-clock-persist t) (org-clock-rounding-minutes 30)