From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: DONE in Org-Agenda mode has org-todo face Date: Fri, 19 Sep 2008 09:44:19 +0200 Message-ID: <87fxnwoa0c.fsf@falma.de> References: <87d4j1cjcg.fsf@falma.de> <343191CC-F72D-4853-BC33-23E4F9E7B635@uva.nl> 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 1KgafW-0001EW-UC for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 03:44:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgafS-0001EJ-Mu for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 03:44:45 -0400 Received: from [199.232.76.173] (port=39844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgafS-0001EG-JU for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 03:44:42 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27817) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KgafS-0003CP-19 for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 03:44:42 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgafQ-0005ao-Jk for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 03:44:40 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KgafG-0000l6-Gt for emacs-orgmode@gnu.org; Fri, 19 Sep 2008 07:44:30 +0000 Received: from wirenat-ulcn.strw.leidenuniv.nl ([132.229.223.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Sep 2008 07:44:30 +0000 Received: from cwg by wirenat-ulcn.strw.leidenuniv.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Sep 2008 07:44:30 +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 Hi Carsten, > do you have something like > > #+TODO: TODO DONE | CANCELED > > in your buffer? No, I just did the following to test again: (1) Created a file `test.org': * DONE something! SCHEDULED: <2008-09-19 Fri> (2) Started emacs with 'emacs -q' to ignore my own configuration. (3) Opened test.org (here DONE appears bold green) (4) C-c [ (5) M-x org-agenda a The result is: DONE appears in bold red (the rest of the line is normal green) Maybe the Debian package is to blame? Christoph