Sort items in Waiting-For list by priority and category

This is the same sorting as it is used in the Next Action list, and should
provide a better overview over the current items on the Waiting-For list.

Formatted the value for `org-agenda-sorting-strategy` on one line for better
readability, and also changed that for the definition of the Next Action list.
This commit is contained in:
Daniel - 2021-05-19 20:11:48 +02:00
parent e5c7494622
commit 4b1eb2e322
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 3 deletions

View File

@ -1065,8 +1065,7 @@
((org-agenda-overriding-header "Next Actions List (unscheduled actions)")
(org-tags-match-list-sublevels t)
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy
'(priority-down category-up))))
(org-agenda-sorting-strategy '(priority-down category-up))))
(tags-todo "READ-SOMEWHEN/-DONE"
((org-agenda-overriding-header "Reading List")
(org-agenda-todo-ignore-scheduled t)
@ -1081,7 +1080,8 @@
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT"
((org-agenda-overriding-header "Waiting For List")))
((org-agenda-overriding-header "Waiting For List")
(org-agenda-sorting-strategy '(priority-down category-up))))
(tags-todo "DATE"
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
(org-agenda-todo-ignore-timestamp 0)))