all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* faces for keywords
@ 2008-02-07  9:07 Dmitri Minaev
  2008-02-18 11:21 ` Carsten Dominik
  2008-02-19  5:12 ` Bastien Guerry
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitri Minaev @ 2008-02-07  9:07 UTC (permalink / raw)
  To: emacs-orgmode

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?

-- 
With best regards,
Dmitri Minaev

Russian history blog: http://minaev.blogspot.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-19  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07  9:07 faces for keywords Dmitri Minaev
2008-02-18 11:21 ` Carsten Dominik
2008-02-19  5:12 ` Bastien Guerry
2008-02-19  6:18   ` Dmitri Minaev

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.