From 235b9e9c47322cce9f952287f6e19323588af1c4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Aug 2020 20:44:34 -0700 Subject: Add the Next todo state This is for things that should actually show up in my list of things to do. --- oni-org/oni-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-org') 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) -- cgit v1.2.3-54-g00ecf