emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] org-tag-faces does not work for me
Date: Fri, 19 Dec 2008 21:36:50 +0100


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 org-tag- alist ....) after (require 'org-install), but the faces have to be set before it.

Hi Wanrong,

this should no longer be necessary.  Thanks!

- Carsten



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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]