emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Change Todo colors


From: zwz
Subject: Re: [O] Change Todo colors
Date: Sat, 01 Mar 2014 14:24:53 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

You should use "custom-set-faces" instead of "setq".

Chris Henderson <address@hidden> writes:

> 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]