From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: faces for keywords Date: Mon, 18 Feb 2008 12:21:11 +0100 Message-ID: <132B0BD2-CA72-47FC-B2B6-C4CA3B485DF3@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR43g-0005lG-K3 for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:21:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR43e-0005k0-TZ for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:21:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR43e-0005jo-Nv for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:21:14 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JR43e-0000ua-JC for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:21:14 -0500 Received: by ug-out-1314.google.com with SMTP id a2so314497ugf.48 for ; Mon, 18 Feb 2008 03:21:13 -0800 (PST) In-Reply-To: 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: Dmitri Minaev Cc: emacs-orgmode@gnu.org On Feb 7, 2008, at 10:07 AM, Dmitri Minaev wrote: > When I followed the examples given in the manual for setting > org-todo-keyword-faces, I could change the font color but not its > weight. I had to defface a new face and use it in the > org-todo-keyword-faces to get the bold font. > > What I did first was: > (setq org-todo-keyword-faces > '(("WAITING" . (:foreground "blue" :weight bold :bold t)))) > > The same face definition syntax used with defface worked well: > (defface org-waiting-face '((t (:foreground "blue" :weight bold :bold > t))) "Face for WAITING todo items.") > (setq org-todo-keyword-faces > '(("WAITING" . org-waiting-face))) > > GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > > What did I do wrong? I don't know, do not understand faces well enough in Emacs. - Carsten > > > -- > With best regards, > Dmitri Minaev > > Russian history blog: http://minaev.blogspot.com > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode