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:
parent
08f2f54e3e
commit
235b9e9c47
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ also move point to the start of the heading."
|
||||||
" %c" :immediate-finish t :empty-lines 1)))
|
" %c" :immediate-finish t :empty-lines 1)))
|
||||||
|
|
||||||
(setq org-todo-keywords
|
(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@)")))
|
"|" "DONE(d!)" "CANCELLED(c@)")))
|
||||||
|
|
||||||
(setf (alist-get 'file org-link-frame-setup) 'find-file)
|
(setf (alist-get 'file org-link-frame-setup) 'find-file)
|
||||||
|
|
Loading…
Reference in a new issue