all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Change Todo colors
@ 2014-03-01  2:00 Chris Henderson
  2014-03-01  6:24 ` zwz
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Henderson @ 2014-03-01  2:00 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-03 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01  2:00 Change Todo colors Chris Henderson
2014-03-01  6:24 ` zwz
2014-03-03 15:11   ` Fabrice Niessen
2014-03-03 15:26     ` Jonathan Leech-Pepin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.