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.
This commit is contained in:
Daniel - 2020-06-20 11:11:10 +02:00
parent 7daf582df5
commit 153c6e0aed
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

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