From a339cbf75b778f5cfbe1b212d9649c365e50f7be Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 10 Sep 2022 16:04:32 +0200 Subject: [PATCH] Move up list of task to be continued This should emphasize the usage of this list as a shortlist of tasks to do next. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index b034efa..cde1186 100644 --- a/init.el +++ b/init.el @@ -1150,14 +1150,14 @@ respectively." "" ((org-agenda-entry-types '(:timestamp :sexp :scheduled)) (org-deadline-warning-days 0))) + (tags-todo "TODO={CONT\\|ATTN}-HOLD-TIMESTAMP>\"\"" + ((org-agenda-overriding-header "Things to do next (Task shortlist and WIP, TODO ∈ {CONT,ATTN}, not scheduled now or in the future)") + (org-agenda-todo-ignore-scheduled 0))) (db/org-agenda-list-deadlines "" ((org-agenda-overriding-header "Deadlines") (org-agenda-sorting-strategy '(deadline-up priority-down)) (org-deadline-warning-days 30))) - (tags-todo "TODO={CONT\\|ATTN}-HOLD-TIMESTAMP>\"\"" - ((org-agenda-overriding-header "WIP List (TODO ∈ {CONT,ATTN}, not scheduled now or in the future)") - (org-agenda-todo-ignore-scheduled 0))) (tags-todo "TODO<>\"CONT\"-HOLD-SOMEWHEN-DATE-WAIT-TEMPLATE/-DONE" ((org-agenda-overriding-header "Next Actions List (not WIP, not scheduled now or in the future)") (org-tags-match-list-sublevels t)