From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: In custom agenda view, "done" todo keyword is red? Date: Wed, 10 Aug 2011 11:44:11 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBtC-0004ys-NS for emacs-orgmode@gnu.org; Wed, 10 Aug 2011 12:44:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrBt8-0002dL-G6 for emacs-orgmode@gnu.org; Wed, 10 Aug 2011 12:44:18 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:57575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBt8-0002dC-5N for emacs-orgmode@gnu.org; Wed, 10 Aug 2011 12:44:14 -0400 Received: by bkbzt4 with SMTP id zt4so501055bkb.0 for ; Wed, 10 Aug 2011 09:44:12 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Is there a way to make the green font face apply to custom agenda views? Here is an example: ---------- (setq org-agenda-custom-commands '(("w" "Agenda" ((agenda "" ((org-agenda-ndays 7))) (todo "next" ((org-agenda-overriding-header "Next Actions"))) (todo "proj" ((org-agenda-overriding-header "Projects")) (org-agenda-sorting-strategy '(todo-state-down category-keep))))) ---------- My results: - C-a t, then 5 r (to show done items) produces all green "done" names - C-a a produces "done" items in green - C-a w (my custom agenda above) produces done items in the schedule area as red What am I goofing up? Perhaps this has been discussed before... I only found one previous mailing list item which was from quite some time ago and was reported as being fixed in v6.07 [1] http://lists.gnu.org/archive/html/emacs-orgmode/2008-09/msg00276.html Thanks, John