From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Change Todo colors Date: Sat, 1 Mar 2014 13:00:23 +1100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b343d8ee0043c04f381ea3c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJZE2-0008Pj-Km for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:00:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJZE1-0005F9-TB for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:00:26 -0500 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:33517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJZE1-0005Em-Ho for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:00:25 -0500 Received: by mail-ea0-f175.google.com with SMTP id z10so3058353ead.20 for ; Fri, 28 Feb 2014 18:00:23 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b343d8ee0043c04f381ea3c Content-Type: text/plain; charset=UTF-8 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)))) --047d7b343d8ee0043c04f381ea3c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'd like to change the color of Next to Red and S= tarted to brown. At the moment, todo/ next and started all showing as red.<= br>
Here is my .emacs snippet.

(setq org-todo-keywords=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '((s= equence "TODO(t)" "Next(n)" "Started(s)" &quo= t;|" "DONE(d!)")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sequence "|" "CANCE= LED(c)")))

(setq org-todo-keyword-faces
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '(("C= ANCELED" . (:foreground "blue" :weight bold))))
--047d7b343d8ee0043c04f381ea3c--