Switch from using PROGRESS to IN-PROGRESS
I didn’t rialize dashes were allowed in TODO states when I set this up.
This commit is contained in:
parent
c1ab19e918
commit
2d96ad6881
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190607115302
|
||||
;; Version: 20190717082640
|
||||
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -156,7 +156,7 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
"* %<%H:%M:%S>\n %?")))
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO(t)" "BLOCKED(b@)" "PROGRESS(p)"
|
||||
'((sequence "TODO(t)" "BLOCKED(b@)" "IN-PROGRESS(p)"
|
||||
"|" "DONE(d!)" "CANCELLED(c@)")))
|
||||
|
||||
(add-to-list 'org-modules 'org-habit)
|
||||
|
|
Loading…
Reference in a new issue