From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Having problems with faces in org agenda Date: Thu, 30 Sep 2010 14:34:52 -0500 Message-ID: <4CA4E65C.3050000@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33688 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1Ov6-00049n-UV for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 15:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1Ou9-0000Ig-9e for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 15:34:58 -0400 Received: from mpls.sift.info ([75.146.46.193]:37292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1Ou9-0000IV-3d for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 15:34:57 -0400 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: Org Mode My org agendas for day and week are showing DONE items with the "DONE" in red, and not dulled out. This makes the agenda less useful than it might be for at-a-glance planning. This (bright red "DONE"s) does not happen when I am looking at an org file, where the TODO keyword is red and the DONE keyword is green. I don't know if this helps, but someone on the IRC suggested that I put my cursor on one of the red "DONE"s in the agenda and do describe-char. This is what I get: character: =E2=87=A7O (79, #o117, #x4f) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x4F syntax: w which means: word category: .:Base, a:ASCII, l:Latin, r:Roman buffer code: #x4F file code: #x4F (encoded by coding system nil) display: no font available Character code properties: customize what to show name: LATIN CAPITAL LETTER O general-category: Lu (Letter, Uppercase) There is an overlay here: From 1828 to 1884 face hl-line window nil There are text properties here: date 734045 day 734045 done-face org-agenda-done dotime time duration nil effort nil effort-minutes nil extra "Deadline: " face org-todo help-echo "mouse-2 or RET jump to org file ~/org/todo.org" mouse-face highlight org-agenda-type agenda org-category "todo" org-complex-heading-regexp [Show] org-day-cnt 5 org-hd-marker # org-highest-priority 65 org-lowest-priority 67 org-marker # org-not-done-regexp "\\<\\(TODO\\|WAIT\\|DELEGATED\\)\\>" org-todo-regexp "\\<\\(TODO\\|WAIT\\|DELEGATED\\|DONE\\|CANCELED\\)\\>" prefix-length 26 priority 1000 tags nil time "" time-of-day nil todo-state [Show] txt "DONE Get flights for ILC 2010" type "deadline" undone-face org-warning I suspect that this is related to the fact that the face is "org-todo" rather than "org-agenda-done", but I don't understand any better than thi= s. This is on aquamacs 2.1, if that helps. Thanks for any suggestions. Best, r