Change org-mode "DOING" keyword to "IN-PROGRESS"
It's longer and is more of a pain to type, but for some reason I just like it better.
This commit is contained in:
parent
344a3b8e30
commit
af00c66fb4
@ -317,13 +317,13 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Workflow States
|
** 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
|
the standard =TODO= and =DONE=, which can be added by setting
|
||||||
[[help:org-todo-keywords][org-todo-keywords]]:
|
[[help:org-todo-keywords][org-todo-keywords]]:
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO" "DOING" "|" "DONE" "DEFERRED")))
|
'((sequence "TODO" "IN-PROGRESS" "|" "DONE" "DEFERRED")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
The ="|"= separates /needs further action/ states (before it) from
|
The ="|"= separates /needs further action/ states (before it) from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user