Add "CANCELLED" state for tasks

This commit is contained in:
coolneng 2019-11-22 02:29:21 +01:00
parent 2f73f51597
commit 0fd29cfbeb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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")))