From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: stuck project and check boxes Date: Fri, 03 Sep 2010 03:02:08 +0200 Message-ID: <87bp8fwsfj.fsf@gnu.org> References: <87bp8o7fee.fsf@kanis.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrKfQ-0001Rb-Tk for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 21:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrKfP-0005fH-HA for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 21:02:08 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44547) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrKfP-0005fB-BO for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 21:02:07 -0400 Received: by wyb36 with SMTP id 36so1123987wyb.0 for ; Thu, 02 Sep 2010 18:02:06 -0700 (PDT) In-Reply-To: <87bp8o7fee.fsf@kanis.fr> (Ivan Kanis's message of "Fri, 27 Aug 2010 08:12:25 +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: Ivan Kanis Cc: emacs-orgmode@gnu.org 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'. -- Bastien