From 7cc1c19c22db20fe71a6c8e01d76305b9e32cb1e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 25 Apr 2021 10:27:53 +0200 Subject: [PATCH] Clearly mark waiting-for and next-actions lists as such The next actions list now also contains that have a deadline, but are not being scheduled. This is more in accordance with the GTD method, as items with a far deadline can still be done today, and for this they have to appear in that list. --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index d6e6d82..20b4b0e 100644 --- a/init.el +++ b/init.el @@ -1070,11 +1070,11 @@ ("U" "Unsupervised (Waiting, Unscheduled, Stuck, Hold)" ((tags-todo "WAIT" - ((org-agenda-overriding-header "Tasks requiring response/input"))) - (tags-todo "-HOLD-READ-SOMEWHEN/-DONE" - ((org-agenda-overriding-header "Things not being scheduled or deadlined") + ((org-agenda-overriding-header "Waiting For List"))) + (tags-todo "-HOLD-READ-SOMEWHEN-DATE/-DONE" + ((org-agenda-overriding-header "Next Actions List (Things not yet scheduled)") (org-tags-match-list-sublevels t) - (org-agenda-todo-ignore-with-date t) + (org-agenda-todo-ignore-scheduled t) (org-agenda-sorting-strategy '(priority-down time-up category-keep)))) (stuck ""