Add "CANCELLED" state for tasks
This commit is contained in:
parent
2f73f51597
commit
0fd29cfbeb
|
@ -565,7 +565,7 @@ before packages are loaded."
|
|||
(:preamble . "from __future__ import print_function")
|
||||
(:results . "output")))
|
||||
; Add TODO states in org
|
||||
(setq org-todo-keywords '((sequence "TODO" "NEXT" "INACTIVE" "|" "DONE")))
|
||||
(setq org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "|" "DONE" "CANCELLED")))
|
||||
(setq org-todo-keyword-faces
|
||||
'(("INACTIVE" . "violet")
|
||||
("NEXT" . "turquoise")))
|
||||
|
|
Loading…
Reference in New Issue