From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: DONE in Org-Agenda mode has org-todo face Date: Thu, 18 Sep 2008 22:03:27 +0200 Message-ID: <87d4j1cjcg.fsf@falma.de> 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 1KgPkU-0006KF-Gi for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 16:05:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgPkT-0006Ju-1W for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 16:05:10 -0400 Received: from [199.232.76.173] (port=37786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgPkS-0006Jq-T2 for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 16:05:08 -0400 Received: from main.gmane.org ([80.91.229.2]:52395 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KgPkS-0005ms-Gj for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 16:05:08 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KgPkM-0008Qa-Qv for emacs-orgmode@gnu.org; Thu, 18 Sep 2008 20:05:02 +0000 Received: from ip5657983b.direct-adsl.nl ([86.87.152.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 20:05:02 +0000 Received: from cwg by ip5657983b.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 20:05:02 +0000 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@gnu.org Dear list, Yesterday I discovered org-mode and I like it very much. I'm using the version which comes with Debian Testing (8.05). When in Org-Agenda mode, the word `DONE' for DONE tasks has the same face (org-todo) as the word TODO. I find it a bit disturbing to see DONE written in a bold red font. This occurs also when no variables related to org are set in my .emacs. I tried to solve the problem by setting org-todo-keyword-faces to `(("DONE" . org-done))' This has the effect that upon entering the agenda mode with `M-x org-agenda a' already existing DONE words are bold green (as I would like them to be). However, when an task is switched from TODO to DONE by pressing `t' it stays red. thanks Christoph