From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: org-tag-faces does not work for me Date: Fri, 19 Dec 2008 10:34:29 -0500 Message-ID: <494BBF05.3070602@gmail.com> 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 1LDhN8-0008HY-VG for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 10:34:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDhN8-0008Gt-A2 for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 10:34:38 -0500 Received: from [199.232.76.173] (port=40604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDhN8-0008Gj-22 for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 10:34:38 -0500 Received: from qw-out-1920.google.com ([74.125.92.147]:16931) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDhN7-0004Zn-OL for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 10:34:37 -0500 Received: by qw-out-1920.google.com with SMTP id 4so212051qwk.24 for ; Fri, 19 Dec 2008 07:34:36 -0800 (PST) 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" 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. 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? Thanks a lot if anyone can help. Wanrong