Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
88932d2fcc
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@
|
|||
(org-capture-templates (quote
|
||||
(("t" "Task" entry (file+headline "tasks.org" "Tasks") "* OPEN %?\n\s %u\n\s %a")
|
||||
("j" "Journal" entry (file+headline "journal.org" "Journal") "* %<%Y-%m-%d %H:%M:%S %p %Z>\n\s %?")
|
||||
("a" "Appointment today" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %T\n")
|
||||
("A" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %u\n\s"))))
|
||||
("a" "Appointment" entry (file+headline "appointments.org" "Appointments") "* %?\n\s %T\n"))))
|
||||
(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