emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Change Todo colors


From: Chris Henderson
Subject: [O] Change Todo colors
Date: Sat, 1 Mar 2014 13:00:23 +1100

I'd like to change the color of Next to Red and Started to brown. At the moment, todo/ next and started all showing as red.

Here is my .emacs snippet.

(setq org-todo-keywords
            '((sequence "TODO(t)" "Next(n)" "Started(s)" "|" "DONE(d!)")
              (sequence "|" "CANCELED(c)")))

(setq org-todo-keyword-faces
           '(("CANCELED" . (:foreground "blue" :weight bold))))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]