diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 867f6308..9075efb2 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -160,7 +160,8 @@ (org-capture-templates (quote (("t" "Task" entry (file+headline "tasks.org" "Tasks") "* OPEN %?\n%u\n%a") ("j" "Journal" entry (file+headline "journal.org" "Journal") "* %<%Y-%m-%d %H:%M:%S %p %Z>\n%?") - ("a" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n%T\n")))) + ("a" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n%T\n") + ("l" "Logbook" entry (file+olp+datetree "logbook.org") "** %U - %^{Activity}  :LOG:")))) (org-clock-out-remove-zero-time-clocks t) (org-clock-persist t) (org-clock-rounding-minutes 30)