Add missing trigger for DELG keyword

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

View File

@ -757,6 +757,7 @@ With given ARG, display files in `db/important-document-path."
org-todo-state-tags-triggers
'(("WAIT" ("HOLD") ("WAIT" . t))
("DELG" ("HOLD") ("WAIT" . t))
("HOLD" ("HOLD" . t) ("WAIT"))
(done ("HOLD") ("WAIT"))
(todo ("DATE") ("READ"))