From a5d3fbedb16cab0103fbc0d661da87930125e9d7 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 19 Mar 2024 15:14:54 -0400 Subject: [PATCH] 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. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 575954c..9570f07 100644 --- a/config.org +++ b/config.org @@ -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-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) (tags urgency-down time-up category-up) (search category-up))