From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] Fix typographical errors in stuck project help Date: Tue, 24 Apr 2007 09:39:34 -0400 Message-ID: <87mz0xhox5.fsf@gollum.intra.norang.ca> References: <877is24m6n.fsf@gollum.intra.norang.ca> 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 1HgLL8-0000xJ-4c for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 09:45:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgLL6-0000x7-Kb for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 09:45:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgLL6-0000x4-FO for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 09:45:52 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1HgLFa-0007h1-1h for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 09:40:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HgLFJ-0005LF-8L for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 15:39:53 +0200 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 15:39:53 +0200 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 15:39:53 +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: emacs-orgmode@gnu.org Carsten Dominik writes: > On Apr 24, 2007, at 3:04, Bernt Hansen wrote: >> I'm having difficulty getting org-stuck-projects working correctly. >> When I use the default settings C-a # still wants to include DONE >> projects in my stuck project view. It's probably something silly I'm >> not getting right. > > I cannot reproduce this. I get no projects listed at all, which is > correct because each of them is either DONE or has a TODO entry. > > Are you sure you have not modified org-stuck-projects? What is its > value? > M-x describe-variable org-stuck-projects shows: org-stuck-projects is a variable defined in `org.el'. Its value is ("+LEVEL=2/-DONE" ("NEXT") ("INFO")) I'm using Org-mode version 4.71 and Debian's emacs-snapshot version 20060302-1 The stuck project view has never worked for me. I'm not a lisp programmer but is there anything I can do to track down what is going on here? Bernt