From d7bf414fd51164a60b8b2f00fd4cb97eda0a7df1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 20 Jun 2022 17:18:11 +0200 Subject: [PATCH] Remove list of open tasks from project agenda This list only shows complex tasks, i.e., tasks with sub-items, and is therefore not a faithful indicator for overwork (this was the original intention to have this list). A better indicator might be to check the Backlog Agenda, but this list might contain items far in the future and could thus also not be a valid indicator for overwork. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index f33da11..7fdce53 100644 --- a/init.el +++ b/init.el @@ -1181,10 +1181,8 @@ respectively." ("P" "Current Projects and Topics" ((stuck "" - ((org-agenda-overriding-header "Stuck Tasks") + ((org-agenda-overriding-header "Stuck Complex Tasks") (org-agenda-todo-ignore-scheduled 'future))) - (tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE-SOMEWHEN-HOLD-TEMPLATE-SCHEDULED>=\"<+1d>\"" - ((org-agenda-overriding-header "Open Tasks"))) (tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD-NOP" ((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE but not NOP)"))) (tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""