From 9dce373d4e2a914a939f5466e21705b481fa2623 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 16 Dec 2024 09:19:06 +0100 Subject: [PATCH] changed TOODs to 4 letters --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index a98dd56..314b810 100644 --- a/config.org +++ b/config.org @@ -1224,7 +1224,7 @@ nil))) (org-add-link-type "outlook" 'my--org-outlook-open) (org-add-link-type "outlooknewmail" 'my--org-outlook-new-mail) (setq org-todo-keywords - '((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED"))) + '((sequence "WAIT" "OPEN" "NEXT" "TODO" "|" "DONE" "DROP"))) (setq org-capture-templates '(("t" "telephone call" entry ; (file+olp+datetree (concat MY--PATH_ORG_FILES "phone_calls.org"))