org-agenda clockreport set step to day, don't hide files

This commit is contained in:
Evie Litherland-Smith 2024-11-14 15:50:19 +00:00
parent 190c905557
commit c055ccc71b

View file

@ -1019,7 +1019,7 @@ Configure email with iCalendar event support, to integrate with
(org-agenda-include-deadlines t)
(org-agenda-todo-ignore-scheduled 'future)
(org-agenda-todo-ignore-deadlines 'far)
(org-agenda-clockreport-parameter-plist '(:maxlevel 6 :step week :emphasize t :stepskip0 t :fileskip0 t :hidefiles t :properties ("WON")))
(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-prefix-format '((agenda . " %-12:c%?-12t% s")