Reset HOLD and WAIT tags when switching to default TODO item

This commit is contained in:
Daniel - 2020-07-04 14:09:55 +02:00
parent e039cfb658
commit 7f0ba45716
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ With given ARG, display files in `db/important-document-path."
("HOLD" ("HOLD" . t) ("WAIT"))
(done ("HOLD") ("WAIT"))
(todo ("DATE") ("READ"))
("TODO" ("HOLD") ("WAIT"))
("READ" ("READ" . t) ("HOLD") ("WAIT"))
("GOTO" ("DATE" . t) ("HOLD") ("WAIT"))
("CONT" ("HOLD") ("WAIT"))