From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Problem with sparse tree not displaying results Date: Tue, 03 Nov 2009 09:47:52 -0500 Message-ID: <87pr7zhdgn.fsf@gollum.intra.norang.ca> References: <4AF02254.4070702@amlog.co.uk> <374131.76137.qm@web28308.mail.ukl.yahoo.com> 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 1N5Kg5-0003ts-3e for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:48:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5Kg1-0003pQ-50 for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:48:08 -0500 Received: from [199.232.76.173] (port=58750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5Kg1-0003p1-0K for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:48:05 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59706) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5Kg0-0003L6-LP for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:48:04 -0500 In-Reply-To: <374131.76137.qm@web28308.mail.ukl.yahoo.com> (Giovanni Ridolfi's message of "Tue\, 3 Nov 2009 13\:31\:07 +0000 \(GMT\)") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Giovanni Ridolfi writes: > --- Mar 3/11/09, Chris Randle ha scritto: >> >> I'm using Org-mode 6.32b under GNU Emacs 22.1.1 and Windows >> XP Pro SP3. >> >> I've just noticed that creating a sparse tree with >> `C-c / r' >> is not displaying matches in my org file. > > Org-mode version 6.32trans (2009-11-03 0:45) > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON > Windows XP Pro SP3 > > I confirm this. If the :ARCHIVE: is removed the > tree is displayed. git bisect identifies the following commit as causing the problem: 525b0148c5d53280c46b3ecfb2d2adcfcbf999bc is the first bad commit commit 525b0148c5d53280c46b3ecfb2d2adcfcbf999bc Author: Carsten Dominik Date: Fri Sep 18 13:53:23 2009 +0100 Make testing for headline independent of visibility :040000 040000 ba0fd654b88682f598ad22ec2bc1a092e7bbc6cc d3abe9044257023f6000a88dc697ebdf7f650fa8 M lisp -Bernt