Show habits in agenda time grid

The default behavior is for habits to be moved to the end of the day
planner even if they have a timestamp. This commit allows habits to
have their proper place in the grid.
This commit is contained in:
Kiana Sheibani 2024-03-19 15:14:54 -04:00
parent 28e877dc26
commit a5d3fbedb1
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3046,7 +3046,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-start-on-weekday 1 ; 1 = Monday
org-agenda-sorting-strategy org-agenda-sorting-strategy
'((agenda habit-down time-up urgency-down category-up) '((agenda time-up habit-down urgency-down category-up)
(todo urgency-down time-up category-up) (todo urgency-down time-up category-up)
(tags urgency-down time-up category-up) (tags urgency-down time-up category-up)
(search category-up)) (search category-up))