forked from colonelpanic/dotfiles
Add backlog to TODO states.
This commit is contained in:
parent
da0ebd7959
commit
334e0f5c75
@ -906,7 +906,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
||||
;; Record changes to todo states
|
||||
(setq org-log-into-drawer t)
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO(t!)" "STARTED(s!)" "WAIT(w!)" "|"
|
||||
'((sequence "TODO(t!)" "STARTED(s!)" "WAIT(w!)" "BACKLOG(b!)" "|"
|
||||
"DONE(d!)" "CANCELED(c!)")))
|
||||
;; Stop starting agenda from deleting frame setup!
|
||||
(setq org-agenda-window-setup 'other-window)
|
||||
|
Loading…
Reference in New Issue
Block a user