From 299ab9d147aad25cee0004456ddc3b89516f4396 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 14 May 2021 19:24:24 +0200 Subject: [PATCH] Sort next actions by category in addition to priority At work, I am using the category to record the cost centers of the corresponding actions. Maybe sorting the next action list gives a better understanding of the overall set of actions by clustering them by category? --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2b1cdd5..36f8ff9 100644 --- a/init.el +++ b/init.el @@ -1066,7 +1066,7 @@ (org-tags-match-list-sublevels t) (org-agenda-todo-ignore-scheduled t) (org-agenda-sorting-strategy - '(priority-down time-up category-keep)))))) + '(priority-down category-up)))))) ("O" "Open, non-periodic TODOs" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD" ((org-agenda-overriding-header "List of open, non-periodic TODO items")