Fix org state triggers for WAIT and HOLD todo states

The definition for general todo keywords overwrote the definition for WAIT and
HOLD, thus the corresponding tags where not set automatically.
This commit is contained in:
Daniel Borchmann 2020-07-04 14:02:06 +02:00
parent 1ab462f759
commit 01362ff804
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

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