From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: Re: TODO keyword has a org-warning face Date: Thu, 18 Sep 2008 15:24:46 -0700 Message-ID: <29331.6335454167$1221776815@news.gmane.org> References: <871vzie4fz.fsf@cezar@mixandgo.com> <267EE02F-F9D2-4C37-BCB1-148B4789C66E@uva.nl> <878wtq9g8t.fsf@cezar@mixandgo.com> <87od2l73fe.fsf@cezar@mixandgo.com> <28E9EB99-4BD4-4B94-8FE4-C4C5224D2FEB@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgRvs-0008S4-N1 for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 18:25:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgRvp-0008Rs-W8 for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 18:25:03 -0400 Received: from [199.232.76.173] (port=33281 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgRvp-0008Rp-Mj for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 18:25:01 -0400 Received: from main.gmane.org ([80.91.229.2]:53617 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KgRvp-0001u6-B7 for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 18:25:01 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KgRvk-0006Os-2h for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 22:24:56 +0000 Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 22:24:56 +0000 Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 22:24:56 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > 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 > I had this in my custom faces: '(font-lock-warning-face ((t (:underline "red")))) which was messing everything up. Fixed now, thanks. Cezar