1
0
Fork 0

Add the Next todo state

This is for things that should actually show up in my list of things to do.
This commit is contained in:
Tom Willemse 2020-08-12 20:44:34 -07:00
parent 08f2f54e3e
commit 235b9e9c47

View file

@ -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)