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 faces have to be set before it.
Anyway, I am glad I found the problem. Thank you.
Wanrong
Carsten Dominik wrote:
On Dec 19, 2008, at 4:34 PM, Wanrong Lin wrote:
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 "#C00000"))
("APPT" . (:foreground "#C00000"))
("NEXT" . (:foreground "#C00000"))))
It has no effect at all, regardless whether I have "org-tag"
customized or not.
Have you tried to use named faces?
Another thing I noticed is: in the search result of "tags-todo", all
my tags are in lower cases, while in regular agenda view, the cases
are preserved. I found the change of tag cases annoying. Is this a
bug or is there a way to turn that behavior off?
It is a bug, fixed now.
- Carsten
_______________________________________________
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