From 01b805031d16aea789c8197157aa2d5fecd4b135 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Fri, 22 May 2020 11:11:31 +0200 Subject: [PATCH] added done state 'cancelled' --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 87383a6..359abcc 100644 --- a/init.org +++ b/init.org @@ -567,7 +567,7 @@ Custom keywords, depending on environment #+BEGIN_SRC emacs-lisp (when *work_remote* (setq org-todo-keywords - '((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE")))) + '((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED")))) #+END_SRC Add some key bindings