Update capture templates
This commit is contained in:
parent
a102eb37a6
commit
e05ef3f9a8
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue