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).
This commit is contained in:
Daniel - 2023-01-15 14:06:55 +01:00
parent 41ea9114b4
commit f3354790c2
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 2 deletions

View File

@ -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)"