aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-07-17 08:26:50 -0700
committerGravatar Tom Willemse2019-07-17 08:26:50 -0700
commit2d96ad6881d9a3ded24a9eb2b9db387275c8c9b9 (patch)
tree48f7ac7cff8aab220eebfb3312e94b1e7377a1fc /oni-org.el
parentc1ab19e9185d62beb1014a1695a2395b4b492cea (diff)
downloademacs-config-2d96ad6881d9a3ded24a9eb2b9db387275c8c9b9.tar.gz
emacs-config-2d96ad6881d9a3ded24a9eb2b9db387275c8c9b9.zip
Switch from using PROGRESS to IN-PROGRESS
I didn’t rialize dashes were allowed in TODO states when I set this up.
Diffstat (limited to 'oni-org.el')
-rw-r--r--oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org.el b/oni-org.el
index ca42e95..45a52ed 100644
--- a/oni-org.el
+++ b/oni-org.el
@@ -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)