From 271acf16ae0beabb39d2d03e85ee9a2049ee7203 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 May 2025 15:07:37 -0500 Subject: avoid task state information except for done states --- modules/org-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/org-config.el b/modules/org-config.el index d449c49b..3faea70a 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -99,7 +99,7 @@ org-archive-subtree-default are placed.") "All org-todo related settings are grouped and set in this function." ;; logging task creation, task start, and task resolved states - (setq org-todo-keywords '((sequence "TODO(t!)" "PROJECT(p)" "DOING(i!)" + (setq org-todo-keywords '((sequence "TODO(t)" "PROJECT(p)" "DOING(i)" "WAITING(w)" "VERIFY(v)" "STALLED(s)" "DELEGATED(x)" "|" "FAILED(f!)" "DONE(d!)" "CANCELLED(c!)"))) -- cgit v1.2.3