From 5c36ad76534accc4742753ccf0b656ec393231dd Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Nov 2018 14:34:01 +0100 Subject: [PATCH] Fix the SOMEDAY task definition * Make it golden, so it stands out a bit * Make it actually work (the definition had an extra space at the end) --- configuration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index bac6173..8c0d4eb 100644 --- a/configuration.org +++ b/configuration.org @@ -2490,13 +2490,13 @@ This is a big one; I use a lot of customisation here. org-todo-keywords '((sequence "TODO(t)" "DOING(w@/!)" "BLOCKED(b@/!)" - "SOMEDAY (s!)" + "SOMEDAY(s!)" "|" "CANCELED(c@/!)" "REVIEW(r@/!)" "DONE(d@/!)")) org-todo-keyword-faces '( - ("SOMEDAY" . (:foreground "black")) + ("SOMEDAY" . (:foreground "goldenrod")) ("CANCELED" . (:foreground "#228b22" :strike-through t))) org-goto-interface 'outline-path-completion org-goto-max-level 10