aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-08-12 20:44:34 -0700
committerGravatar Tom Willemse2020-08-12 20:44:34 -0700
commit235b9e9c47322cce9f952287f6e19323588af1c4 (patch)
treebc21cf869f3932ae12576e7a40dd13134bd22dec /oni-org
parent08f2f54e3e830cd5fcaba83bbc1630102ce202b4 (diff)
downloademacs-config-235b9e9c47322cce9f952287f6e19323588af1c4.tar.gz
emacs-config-235b9e9c47322cce9f952287f6e19323588af1c4.zip
Add the Next todo state
This is for things that should actually show up in my list of things to do.
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 0fb63fd..33f3f29 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -323,7 +323,7 @@ also move point to the start of the heading."
" %c" :immediate-finish t :empty-lines 1)))
(setq org-todo-keywords
- '((sequence "TODO(t)" "BLOCKED(b@)" "IN-PROGRESS(p)"
+ '((sequence "TODO(t)" "NEXT(n)" "BLOCKED(b@)" "IN-PROGRESS(p)"
"|" "DONE(d!)" "CANCELLED(c@)")))
(setf (alist-get 'file org-link-frame-setup) 'find-file)