adjust agenda sort so overdue items surface at top of groups instead of inline
This commit is contained in:
parent
0f6ed2572b
commit
089f253c42
|
@ -72,7 +72,7 @@
|
||||||
; Set some org agendas/dashboards
|
; Set some org agendas/dashboards
|
||||||
(setq org-agenda-sorting-strategy
|
(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)
|
(todo habit-up time-down scheduled-down deadline-down todo-state-down priority-down alpha-up)
|
||||||
(tags priority-down category-keep)
|
(tags priority-down category-keep)
|
||||||
(search category-keep)
|
(search category-keep)
|
||||||
|
|
Reference in a new issue