From 41958481ce9c77f94116abb032807efc2285e822 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 12 Apr 2017 09:16:14 +0200 Subject: [PATCH] Add CANCELED state to org-todo-keywords --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 09e8f97..fe6bf1d 100644 --- a/init.el +++ b/init.el @@ -432,6 +432,7 @@ "DOING(w@/!)" "BLOCKED(b@/!)" "|" + "CANCELED(c@/!)" "REVIEW(r@/!)" "DONE(d@/!)")) org-goto-interface 'outline-path-completion