fix(org-agenda): fix typo in agenda config
This commit is contained in:
parent
9b73e3037f
commit
3e6172d1fe
|
@ -3544,7 +3544,7 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow
|
|||
org-agenda-start-on-weekday 1 ; 1 = Monday
|
||||
|
||||
org-agenda-sorting-strategy
|
||||
'((agenda time-up habit-down prority-down category-up)
|
||||
'((agenda time-up habit-down priority-down category-up)
|
||||
(todo habit-down priority-down time-up category-up)
|
||||
(tags habit-down priority-down time-up category-up)
|
||||
(search category-up))
|
||||
|
|
Loading…
Reference in a new issue