From 9e13ce8c45826febb3870bf34542dec4c29a87b5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 28 Jun 2015 19:05:14 -0400 Subject: [PATCH] Add obviated todo state. --- 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 38ba4c8c..1de5cc58 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -935,7 +935,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (setq org-log-into-drawer t) (setq org-todo-keywords '((sequence "TODO(t!)" "STARTED(s!)" "WAIT(w!)" "BACKLOG(b!)" "|" - "DONE(d!)" "CANCELED(c!)"))) + "DONE(d!)" "CANCELED(c!)" "OBVIATED(o!)"))) ;; Stop starting agenda from deleting frame setup! (setq org-agenda-window-setup 'other-window) (define-key mode-specific-map [?a] 'org-agenda)