From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Annoying face customizations Date: Fri, 14 Aug 2009 10:43:15 -0400 Message-ID: <87ljlm8ni4.fsf@gollum.intra.norang.ca> References: <878whnsujo.fsf@gollum.intra.norang.ca> <87tz0a8nzu.fsf@gollum.intra.norang.ca> <5365E988-785A-445D-850F-86C666A3DBD2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mby04-0001aw-2u for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 10:43:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbxzz-0001Yg-3O for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 10:43:22 -0400 Received: from [199.232.76.173] (port=54259 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbxzy-0001YP-U0 for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 10:43:18 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65060) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mbxzy-0005N5-FB for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 10:43:18 -0400 In-Reply-To: <5365E988-785A-445D-850F-86C666A3DBD2@gmail.com> (Carsten Dominik's message of "Fri\, 14 Aug 2009 16\:38\:19 +0200") 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: Carsten Dominik Cc: Carsten Dominik , emacs-orgmode@gnu.org Carsten Dominik writes: > On Aug 14, 2009, at 4:32 PM, Bernt Hansen wrote: > >> Only org-tag-alist and org-agenda-custom-commands. > > Do you see face information in the agenda custom commands? > This is strange, because they are not made by parsing some buffer. > Maybe you cut/paste some text for the custom commands from some > fontified buffer? Hmmm maybe. I didn't do that intentionally. :) I see face information in the custom commands. C-h v org-agenda-custom-commands shows (on my workstation) ,---- | Value: | (("s" "Started Tasks" todo | #("STARTED" 0 7 | (face org-warning)) | ((org-agenda-todo-ignore-with-date nil))) | ("w" "Tasks waiting on something" tags | #("WAITING/!" 0 9 | (face org-warning)) | ((org-use-tag-inheritance nil))) | ("r" "Refile New Notes and Tasks" tags | #("LEVEL=1+REFILE" 0 14 | (face org-warning)) | ((org-agenda-todo-ignore-with-date nil))) | ("N" "Notes" tags | #("NOTE" 0 4 | (face org-warning)) | nil) | ("n" "Next" tags | #("NEXT-WAITING/!" 0 14 | (face org-warning)) | nil)) `---- After clicking the _Customize_ button the values ('WAITING/!', 'NOTE', etc) are all RED. This only happens on my workstation. I just don't know how to get this to stop - it's been like this for a _long_ time (over a year?) -Bernt