From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: TODO keyword has a org-warning face Date: Thu, 18 Sep 2008 23:43:30 +0200 Message-ID: <28E9EB99-4BD4-4B94-8FE4-C4C5224D2FEB@uva.nl> References: <871vzie4fz.fsf@cezar@mixandgo.com> <267EE02F-F9D2-4C37-BCB1-148B4789C66E@uva.nl> <878wtq9g8t.fsf@cezar@mixandgo.com> <87od2l73fe.fsf@cezar@mixandgo.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgRLi-0001e8-2t for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 17:47:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgRLg-0001dD-PH for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 17:47:41 -0400 Received: from [199.232.76.173] (port=47678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgRLg-0001cq-IF for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 17:47:40 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:45841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgRLg-0001LU-6B for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 17:47:40 -0400 In-Reply-To: <87od2l73fe.fsf@cezar@mixandgo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Cezar Halmagean Cc: emacs-orgmode@gnu.org On Sep 18, 2008, at 7:46 PM, Cezar Halmagean wrote: > Carsten Dominik writes: > >> And how about org-todo-keyword-faces? >> > > (("TODO" . org-warning) ("SOMEDAY" :foreground "pink" :weight > bold :underline nil) ("WAITING" :foreground "orange" :weight > bold :underline nil)) Me neither, obviously. You need to find where this variable is set: in your own customization, in site lisp files, or in org-faces.el. - Carsten