fix: properly sort agenda entries by date

The sorting methods `time-up` and `timestamp-up` are somewhat
confusingly worded, so I didn't fully understand how they worked.
This commit is contained in:
Kiana Sheibani 2024-11-14 00:46:52 -05:00
parent 22f2515207
commit f32b2002a6
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3756,9 +3756,9 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow
org-deadline-warning-days 7 org-deadline-warning-days 7
org-agenda-sorting-strategy org-agenda-sorting-strategy
'((agenda time-up habit-down priority-down category-up) '((agenda time-up habit-down timestamp-up priority-down category-up)
(todo habit-down priority-down time-up category-up) (todo habit-down priority-down category-up)
(tags habit-down priority-down time-up category-up) (tags habit-down priority-down category-up)
(search category-up)) (search category-up))
;; Agenda files ;; Agenda files