Update capture templates

This commit is contained in:
Marcus Kammer 2021-11-06 13:29:17 +01:00
parent a102eb37a6
commit e05ef3f9a8
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -163,7 +163,7 @@
(org-agenda-include-diary t)
(org-capture-templates
'(("n" "Note" entry
(file+headline "Notes.Org" "Notes") "* %k\n%U\n- %l\n- %K\n%?")
(file+headline "notes.org" "Notes") "* %k\n%U\n- %l\n- %K\n%?")
("t" "Task" entry
(file+headline "planning.org" "Tasks") "* OPEN %?\n%u\n%a")
@ -176,11 +176,11 @@
:clock-in t)
("j" "Journal" entry
(file+olp+datetree "journal.org") "* %?\nEntered on %U\n %i\n"
(file+olp+datetree "journal.org" "Journal") "* %?\nEntered on %U\n %i\n"
:tree-type week)
("l" "Logbook" entry
(file+olp+datetree "logbook.org") "** %U - %^{Activity} :LOG:")))
("l" "Log" entry
(file+olp+datetree "journal.org" "Logbook") "** %U - %^{Activity} :LOG:")))
(org-clock-out-remove-zero-time-clocks t)
(org-clock-persist t)
(org-clock-rounding-minutes 30)