Add backlog to TODO states.

This commit is contained in:
Ivan Malison 2015-06-21 13:35:37 -07:00
parent da0ebd7959
commit 334e0f5c75

View File

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