Create logbook entries

This commit is contained in:
Marcus Kammer 2021-10-12 10:43:53 +02:00
parent 498d00db5e
commit a4a9a74812

View file

@ -160,7 +160,8 @@
(org-capture-templates (quote (org-capture-templates (quote
(("t" "Task" entry (file+headline "tasks.org" "Tasks") "* OPEN %?\n%u\n%a") (("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%?") ("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-out-remove-zero-time-clocks t)
(org-clock-persist t) (org-clock-persist t)
(org-clock-rounding-minutes 30) (org-clock-rounding-minutes 30)