From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-tag-faces does not work for me Date: Fri, 19 Dec 2008 18:47:34 +0100 Message-ID: <76D00AB5-E031-4D9D-84D8-90351C25449F@uva.nl> References: <494BBF05.3070602@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDjRr-00073E-RS for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 12:47:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDjRq-000717-1X for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 12:47:39 -0500 Received: from [199.232.76.173] (port=43158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDjRp-00070x-Pn for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 12:47:37 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]:7871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDjRp-0005cl-EN for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 12:47:37 -0500 Received: by nf-out-0910.google.com with SMTP id c7so164754nfi.26 for ; Fri, 19 Dec 2008 09:47:36 -0800 (PST) In-Reply-To: <494BBF05.3070602@gmail.com> 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: Wanrong Lin Cc: "\"Emacs-orgmode\" mailing list" 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