From 50c911b0c43ec878aa382fca25ae4e072c7bcf87 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 26 Oct 2022 20:46:28 +0200 Subject: [PATCH] Remove redundant check condition from custom agenda view TOPICs are now allows to be sub-items of non-TOPICs. --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index c9f27b4..2cb2e39 100644 --- a/init.el +++ b/init.el @@ -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"