From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: org-tag-faces does not work for me Date: Fri, 19 Dec 2008 15:01:56 -0500 Message-ID: <494BFDB4.4070609@gmail.com> References: <494BBF05.3070602@gmail.com> <76D00AB5-E031-4D9D-84D8-90351C25449F@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDlXw-0002bW-Ts for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 15:02:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDlXw-0002bF-Dy for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 15:02:04 -0500 Received: from [199.232.76.173] (port=58991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDlXw-0002bC-8c for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 15:02:04 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:1267) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDlXv-0002O3-O0 for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 15:02:03 -0500 Received: by qw-out-1920.google.com with SMTP id 4so284188qwk.24 for ; Fri, 19 Dec 2008 12:02:03 -0800 (PST) In-Reply-To: <76D00AB5-E031-4D9D-84D8-90351C25449F@uva.nl> 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: "\"Emacs-orgmode\" mailing list" 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 >