From 153c6e0aed41d2b69d30b72ed21ecb0d7fd5f976 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Jun 2020 11:11:10 +0200 Subject: [PATCH] Mark task as not stuck while attending last meeting If the only item below a task is a meeting that is currently attended, and thus marked with the ATTN keyword, then the task as stuck. Indeed, during the meeting, new items may be added to the task at hand, so that after the meeting is finished, the task will still be not stuck. Because of this, `org-stuck-projects' has been updated to not classify tasks as stuck if an item with ATTN keyword is attached to it. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6a8f669..360e3b7 100644 --- a/init.el +++ b/init.el @@ -1055,7 +1055,7 @@ in the main agenda view." org-stuck-projects '("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP}" - ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG") + ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN") () "")