From f21ae7576aeccaf917252b92798d200c2b6f7dae Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 25 Apr 2021 18:30:36 +0200 Subject: [PATCH] Do not include READ actions on the SOMEWHEN list They are included in the main Next Action list now. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ddaca5d..f5cbec8 100644 --- a/init.el +++ b/init.el @@ -1084,7 +1084,7 @@ ((org-agenda-overriding-header "Tasks on Hold"))))) ("S" "Somewhen (Do if nothing else to do, i.e., personal backlog)" - ((tags-todo "SOMEWHEN/-CANC-DONE|READ/-CANC-DONE" + ((tags-todo "SOMEWHEN/-CANC-DONE" ((org-agenda-overriding-header "Things to do or read somewhen") (org-agenda-todo-ignore-with-date t) (org-tags-match-list-sublevels nil)))))