From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Case Newsgroups: gmane.emacs.help Subject: New faces in org-mode ?? Date: Thu, 23 Aug 2007 13:58:37 -0400 Message-ID: <1187891917.2722.29.camel@CASE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187891937 25454 80.91.229.12 (23 Aug 2007 17:58:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 17:58:57 +0000 (UTC) To: EMACS List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 23 19:58:55 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IOGxK-0002fR-Vz for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2007 19:58:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOGxI-0004al-8G for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2007 13:58:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOGx3-0004aW-CQ for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 13:58:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOGx2-0004aJ-K8 for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 13:58:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOGx2-0004aG-Dn for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 13:58:36 -0400 Original-Received: from smtp105.rog.mail.re2.yahoo.com ([206.190.36.83]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOGx2-00038S-1n for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 13:58:36 -0400 Original-Received: (qmail 34831 invoked from network); 23 Aug 2007 17:58:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=U5JqB5shlESI8n/wbKuQQ4fnwyeQ6vce58LYtIJqu0A1HTdZPFI3NEvXiharM1oPsU+NEUF01gpOXVD1qDOmL4/Yi3WWb/FZgkp5Tof7cX0grXo+HQUibD76R6E7wTmWfLDAku8tk++MlkfLEIyF1r4gWwjowsMKRHBvjf/q4vI= ; Original-Received: from unknown (HELO ?192.168.1.5?) (billlinux@rogers.com@74.104.51.86 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 23 Aug 2007 17:58:35 -0000 X-YMail-OSG: MXt3Lr8VM1mSBXOpaAv1Go4SsyZ_bmKRWgNE4ZECYRAMhbrkJ7FHsGFuHp4eQaJIeA-- X-Mailer: Evolution 2.10.3 (2.10.3-2.fc7) X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46784 Archived-At: Hi; I have made the following change in my org-mode: (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE") org-todo-interpretation 'sequence) "TODO" "WAIT" "MAYBE" all show with 'red' faces while "DONE" is in forest green. How do I cutomize org-mode so that "WAIT" and "MAYBE" each have their own face colour? -- Regards Bill