Adjust org-agenda clockreport parameters

This commit is contained in:
Evie Litherland-Smith 2024-10-21 11:52:43 +01:00
parent 1a9fb3c2ff
commit e44c334083

View file

@ -1018,7 +1018,7 @@ Configure email with iCalendar event support, to integrate with
:bind (("C-c a" . org-agenda))
:hook (org-agenda-finalize . org-agenda-to-appt)
:custom
(org-agenda-span 'week)
(org-agenda-span 'day)
(org-agenda-start-on-weekday 1)
(org-agenda-sticky nil)
(org-agenda-window-setup 'current-window)
@ -1029,7 +1029,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 10 :step day :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON")))
(org-agenda-clockreport-parameter-plist '(:maxlevel 4 :step day :emphasize t :stepskip0 t :fileskip0 t :hidefiles 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")