From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: stuck project and check boxes Date: Fri, 03 Sep 2010 21:48:01 -0400 Message-ID: <87mxry8ejy.fsf@gollum.intra.norang.ca> References: <87bp8o7fee.fsf@kanis.fr> <87bp8fwsfj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44942 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orhrq-0005Tr-Gd for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 21:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orhrp-00039f-3A for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 21:48:30 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orhrp-000395-1Y for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 21:48:29 -0400 In-Reply-To: <87bp8fwsfj.fsf@gnu.org> (Bastien's message of "Fri, 03 Sep 2010 03:02:08 +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: Bastien Cc: Ivan Kanis , emacs-orgmode@gnu.org Bastien writes: > Ivan Kanis writes: > >> I would like to list stuck projects with the following definition: >> >> - projects that do not have check boxes >> - projects that have all their check boxes set >> >> Is it possible? > > For now it's not possible. It would require `org-stuck-projects' to > allow user-defined function to check against subtrees. > > Still, you can use a regexp to match non-stuck projects, if that may > help -- see the docstring of `org-stuck-projects'. You can totally replace the standard stuck projects definition with a custom agenda command that uses whatever lisp skipper functions you need to accomplish the view you want. I created a '#' custom agenda command that uses a different stuck projects definition for my setup as outlined at http://doc.norang.ca/org-mode.html#Projects You should be able to implement something similar for your use case. -Bernt