adjust agenda sort so overdue items surface at top of groups instead of inline

This commit is contained in:
KemoNine 2023-08-30 08:48:18 -04:00
parent 0f6ed2572b
commit 089f253c42
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
; Set some org agendas/dashboards
(setq org-agenda-sorting-strategy
'(
(agenda habit-down time-up scheduled-down priority-down category-keep)
(agenda habit-down scheduled-up deadline-up scheduled-up timestamp-up time-up priority-down category-keep)
(todo habit-up time-down scheduled-down deadline-down todo-state-down priority-down alpha-up)
(tags priority-down category-keep)
(search category-keep)