Create logbook entries
This commit is contained in:
parent
498d00db5e
commit
a4a9a74812
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue