From 334e0f5c75ffd183e33e0f30d989945c8d7e1e64 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Jun 2015 13:35:37 -0700 Subject: [PATCH] Add backlog to TODO states. --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3955ed68..4ec5c762 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)