Remove redundant check condition from custom agenda view

TOPICs are now allows to be sub-items of non-TOPICs.
This commit is contained in:
Daniel - 2022-10-26 20:46:28 +02:00
parent af3d56929a
commit 50c911b0c4
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 5 deletions

View File

@ -1179,11 +1179,7 @@ respectively."
("C" "Checks"
((tags "TODO=\"\"-HOLD-SOMEWHEN-DATE-PERIODIC-NOTE-NOP-TOPIC-TEMPLATE-GOAL"
((org-agenda-overriding-header "Goals (i.e., complex tasks) not marked with GOAL")))
(org-ql-block '(and (not (tags "TOPIC"))
(descendants (tags "TOPIC")))
((org-ql-block-header "Non-TOPIC items containing TOPICs")
(org-agenda-sorting-strategy nil)))))
((org-agenda-overriding-header "Goals (i.e., complex tasks) not marked with GOAL")))))
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT-HOLD-SOMEWHEN"