Add obviated todo state.

This commit is contained in:
Ivan Malison 2015-06-28 19:05:14 -04:00
parent 342e6ead6b
commit 9e13ce8c45

View File

@ -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-log-into-drawer t)
(setq org-todo-keywords (setq org-todo-keywords
'((sequence "TODO(t!)" "STARTED(s!)" "WAIT(w!)" "BACKLOG(b!)" "|" '((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! ;; Stop starting agenda from deleting frame setup!
(setq org-agenda-window-setup 'other-window) (setq org-agenda-window-setup 'other-window)
(define-key mode-specific-map [?a] 'org-agenda) (define-key mode-specific-map [?a] 'org-agenda)