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)
This commit is contained in:
parent
dd356caee6
commit
5c36ad7653
@ -2490,13 +2490,13 @@ This is a big one; I use a lot of customisation here.
|
|||||||
org-todo-keywords '((sequence "TODO(t)"
|
org-todo-keywords '((sequence "TODO(t)"
|
||||||
"DOING(w@/!)"
|
"DOING(w@/!)"
|
||||||
"BLOCKED(b@/!)"
|
"BLOCKED(b@/!)"
|
||||||
"SOMEDAY (s!)"
|
"SOMEDAY(s!)"
|
||||||
"|"
|
"|"
|
||||||
"CANCELED(c@/!)"
|
"CANCELED(c@/!)"
|
||||||
"REVIEW(r@/!)"
|
"REVIEW(r@/!)"
|
||||||
"DONE(d@/!)"))
|
"DONE(d@/!)"))
|
||||||
org-todo-keyword-faces '(
|
org-todo-keyword-faces '(
|
||||||
("SOMEDAY" . (:foreground "black"))
|
("SOMEDAY" . (:foreground "goldenrod"))
|
||||||
("CANCELED" . (:foreground "#228b22" :strike-through t)))
|
("CANCELED" . (:foreground "#228b22" :strike-through t)))
|
||||||
org-goto-interface 'outline-path-completion
|
org-goto-interface 'outline-path-completion
|
||||||
org-goto-max-level 10
|
org-goto-max-level 10
|
||||||
|
Loading…
Reference in New Issue
Block a user