From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to match TODO items not SCHEDULED or DEADLINE'd Date: Wed, 22 Apr 2015 17:49:56 +0200 Message-ID: <874mo8duxn.fsf@nicolasgoaziou.fr> References: <87fv7yhzx3.fsf@vostro.rath.org> <87r3rdzi5z.fsf@yale.edu> <87zj614htm.fsf@thinkpad.rath.org> <87zj61h0dr.fsf@yale.edu> <87iocp42bq.fsf@thinkpad.rath.org> <87fv7t3x06.fsf_-_@thinkpad.rath.org> <87a8y0gt04.fsf@yale.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkwtE-0002l9-F0 for emacs-orgmode@gnu.org; Wed, 22 Apr 2015 11:48:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ykwt9-0006PQ-TM for emacs-orgmode@gnu.org; Wed, 22 Apr 2015 11:48:40 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykwt9-0006LY-N8 for emacs-orgmode@gnu.org; Wed, 22 Apr 2015 11:48:35 -0400 In-Reply-To: <87a8y0gt04.fsf@yale.edu> (Jorge A. Alfaro-Murillo's message of "Wed, 22 Apr 2015 10:03:23 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Jorge A. Alfaro-Murillo" Cc: emacs-orgmode@gnu.org Hello, jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) writes: > Nikolaus Rath writes: > >> On Apr 21 2015, Nikolaus Rath wrote: >>> On Apr 21 2015, jorge.alfaro-murillo@yale.edu (Jorge A. >>> Alfaro-Murillo) wrote: >>>> Now, if you want to narrow the agenda (C-c a) or org-sparse-tree >>>> (C-c /) to show TODO items not SCHEDULED or DEADLINE'd use the key >>>> 'm' and the following match: >>>> >>>> -SCHEDULED={.+}-DEADLINE={.+}+TODO="TODO" >>> >>> This, however, works perfectly, thanks a lot! >> >> Actually, it seems it does not work for some cases. If I have a file >> with >> >> * TODO Item 1 * TODO Item 2 SCHEDULED: <2015-04-24 Fri> * Heading >> ** TODO Subitem 1 ** TODO Subitem 1 SCHEDULED: <2015-04-24 Fri> >> >> end do the above procedure, I'm getting >> >> * TODO Item 1 * TODO Item 2... * Heading ** TODO Subitem 1... >> >> Why is "Item 2" not being hidden? > > That is a good question, I don't know. It fails for me as well in the > org-sparse-tree, but not in the agenda. In the agenda it only shows > Item 1 and Subitem 1, as it should. I had never used the sparse tree, > it might by what it is supposed to do, perhaps it shows by default all > entries up to a certain level. Hopefully someone can answer, if not > perhaps a new thread with just that issue could serve as a bug report. If you're using development version, see `org-show-context-detail'. Regards, -- Nicolas Goaziou