Update org-agenda defaults

This commit is contained in:
Evie Litherland-Smith 2024-10-18 11:43:23 +01:00
parent 5fbb28fc82
commit 8bf9d5c160

View file

@ -1021,7 +1021,7 @@ Configure email with iCalendar event support, to integrate with
:custom
(org-agenda-span 'week)
(org-agenda-start-on-weekday 1)
(org-agenda-sticky nil)
(org-agenda-sticky t)
(org-agenda-window-setup 'current-window)
(org-agenda-tags-column 0)
(org-agenda-diary-file (expand-file-name "calendar/diary.org" org-directory))
@ -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 '(:link t :maxlevel 10 :step day :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON")))
(org-agenda-clockreport-parameter-plist '(:maxlevel 10 :step day :emphasize t :stepskip0 t :fileskip0 t :filetitle 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")