org-agenda start with clockreport by default

This commit is contained in:
Evie Litherland-Smith 2024-11-18 11:44:19 +00:00
parent 80df5e338a
commit 080145e793

View file

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