diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/org-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-config.el b/modules/org-config.el index d449c49b..3faea70a 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -99,7 +99,7 @@ org-archive-subtree-default are placed.") "All org-todo related settings are grouped and set in this function." ;; logging task creation, task start, and task resolved states - (setq org-todo-keywords '((sequence "TODO(t!)" "PROJECT(p)" "DOING(i!)" + (setq org-todo-keywords '((sequence "TODO(t)" "PROJECT(p)" "DOING(i)" "WAITING(w)" "VERIFY(v)" "STALLED(s)" "DELEGATED(x)" "|" "FAILED(f!)" "DONE(d!)" "CANCELLED(c!)"))) |
