Add missing tag triggers
This commit is contained in:
parent
ebe853406c
commit
112800e931
8
init.el
8
init.el
@ -762,10 +762,10 @@ With given ARG, display files in `db/important-document-path’."
|
||||
"|" "CANC(c@/!)" "PHONE" "MEETING"))
|
||||
|
||||
org-todo-state-tags-triggers
|
||||
'(("WAIT" ("WAIT" . t))
|
||||
("HOLD" ("HOLD" . t))
|
||||
(done ("HOLD") ("WAIT") ("DATE"))
|
||||
("TODO" ("HOLD") ("WAIT"))
|
||||
'(("WAIT" ("HOLD") ("WAIT" . t))
|
||||
("HOLD" ("HOLD" . t) ("WAIT"))
|
||||
(done ("HOLD") ("WAIT"))
|
||||
(todo ("HOLD") ("WAIT") ("DATE") ("READ"))
|
||||
("READ" ("READ" . t) ("HOLD") ("WAIT"))
|
||||
("GOTO" ("DATE" . t) ("HOLD") ("WAIT"))
|
||||
("CONT" ("HOLD") ("WAIT"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user