org-agenda-clockreport use day step

Don't start org-agenda with clockreport or log-mode by default
This commit is contained in:
Evie Litherland-Smith 2024-08-19 10:28:37 +01:00
parent d614e275bc
commit 9b0b01dd79

View file

@ -1018,9 +1018,9 @@ Configure email with iCalendar event support, to integrate with
(org-agenda-include-deadlines t) (org-agenda-include-deadlines t)
(org-agenda-todo-ignore-scheduled 'future) (org-agenda-todo-ignore-scheduled 'future)
(org-agenda-todo-ignore-deadlines 'far) (org-agenda-todo-ignore-deadlines 'far)
(org-agenda-clockreport-parameter-plist '(:link t :maxlevel 6 :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON"))) (org-agenda-clockreport-parameter-plist '(:link t :maxlevel 10 :step day :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON")))
(org-agenda-start-with-clockreport-mode t) (org-agenda-start-with-clockreport-mode nil)
(org-agenda-start-with-log-mode t) (org-agenda-start-with-log-mode nil)
(org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s") (org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s")
(todo . " %-12:c") (todo . " %-12:c")
(tags . " %-12:c") (tags . " %-12:c")