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 14:53:38 -0500 Message-ID: <494BFBC2.1030509@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 1LDlPr-0002wP-Nt for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 14:53:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDlPr-0002vF-1K for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 14:53:43 -0500 Received: from [199.232.76.173] (port=59868 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDlPq-0002uv-MH for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 14:53:42 -0500 Received: from qw-out-1920.google.com ([74.125.92.149]:3091) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDlPq-0000ve-8p for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 14:53:42 -0500 Received: by qw-out-1920.google.com with SMTP id 4so281945qwk.24 for ; Fri, 19 Dec 2008 11:53:41 -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" 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 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 >