forked from colonelpanic/dotfiles
HANDLED completed task.
This commit is contained in:
parent
ec597124d9
commit
9962067795
@ -1007,13 +1007,13 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|||||||
"High Priority:")))
|
"High Priority:")))
|
||||||
("c" "At least priority C:" tags-todo "+PRIORITY<\"D\""
|
("c" "At least priority C:" tags-todo "+PRIORITY<\"D\""
|
||||||
((org-agenda-overriding-header
|
((org-agenda-overriding-header
|
||||||
"High Priority:"))))))
|
"At least priority C:"))))))
|
||||||
|
|
||||||
;; Record changes to todo states
|
;; Record changes to todo states
|
||||||
(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!)" "OBVIATED(o!)")))
|
"DONE(d!)" "CANCELED(c!)" "OBVIATED(o!)" "HANDLED(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)
|
||||||
|
Loading…
Reference in New Issue
Block a user