From f3354790c28b159404970d2edb8a077a708d9ac8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 Jan 2023 14:06:55 +0100 Subject: [PATCH] Include also non-tasks in HOLD agenda view use case: GOALs may just be tagged with :HOLD: but do not have to have the HOLD keyword; in this case, they should also appear in this agenda view, since they will not be shown in the stuck agenda view anymore (among others). --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b8286d9..b36ec89 100644 --- a/init.el +++ b/init.el @@ -1274,8 +1274,8 @@ respectively." (tags "REFILE" ((org-agenda-files (list db/org-default-refile-file)) (org-agenda-overriding-header "Things to refile (make it empty!)"))) - (tags-todo "HOLD" - ((org-agenda-overriding-header "Tasks on Hold"))))) + (tags "HOLD" + ((org-agenda-overriding-header "Tasks on Hold"))))) ("S" "Somewhen (Do if nothing else to do, i.e., personal backlog)"