[Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
Hi, I updated org to the latest (6.15f) and try to use the new org-tag-faces feature, but it does not work me. I have settings like this: (setq org-tag-faces '((TODAY . (:foreground #C0)) (APPT . (:foreground #C0)) (NEXT . (:foreground #C0 It has no

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Samuel Wales
Did you try c-u c-c c-c to refresh the faces? ___ 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

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
Thanks for the replies. I restarted Emacs to ensure the faces were refreshed. Also, I just tried the named faces. Did not work. Looks like you guys don't have the problem, I will look a little deeper. Wanrong Carsten Dominik wrote: On Dec 19, 2008, at 4:34 PM, Wanrong Lin wrote: Hi, I

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Carsten Dominik
Hi Wanrong, cold you please check what the value of `org-tags-special-face-re is'? If it is nil, try to set the faces through the customize interface. I see now that setting it in Lisp might not work. - Carsten On Dec 19, 2008, at 8:53 PM, Wanrong Lin wrote: Thanks for the replies. I

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
Ok, it seems I found the cause. The org-tag-faces will take effect only when it is set before (require 'org-install) Putting org-tag-faces before (require 'org-install) is not a big deal. But it is a little bit odd, as I can do (setq org-tag-alist ) after (require 'org-install), but the

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Carsten Dominik
On Dec 19, 2008, at 9:01 PM, Wanrong Lin wrote: Ok, it seems I found the cause. The org-tag-faces will take effect only when it is set before (require 'org-install) Putting org-tag-faces before (require 'org-install) is not a big deal. But it is a little bit odd, as I can do (setq