From 3e6172d1fe729cef5ae6767eb324dd4a8033bd4b Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 13:27:59 -0400 Subject: [PATCH] fix(org-agenda): fix typo in agenda config --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 175bb4b..4b6e726 100644 --- a/config.org +++ b/config.org @@ -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))