diff --git a/config.org b/config.org index adadd66..76c2b3a 100644 --- a/config.org +++ b/config.org @@ -317,13 +317,13 @@ #+end_src ** Workflow States - I like to have =DOING= and =DEFERRED= as workflow states as well as + I like to have =IN-PROGRESS= and =DEFERRED= as workflow states as well as the standard =TODO= and =DONE=, which can be added by setting [[help:org-todo-keywords][org-todo-keywords]]: #+begin_src emacs-lisp (setq org-todo-keywords - '((sequence "TODO" "DOING" "|" "DONE" "DEFERRED"))) + '((sequence "TODO" "IN-PROGRESS" "|" "DONE" "DEFERRED"))) #+end_src The ="|"= separates /needs further action/ states (before it) from