From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with sparse tree not displaying results Date: Tue, 3 Nov 2009 17:32:21 +0100 Message-ID: <45844178-73EA-4130-94C4-EE760FDB0CA7@gmail.com> References: <4AF02254.4070702@amlog.co.uk> <374131.76137.qm@web28308.mail.ukl.yahoo.com> <87pr7zhdgn.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5NRc-0003Be-Is for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 12:45:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5NRX-00038X-Ja for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 12:45:23 -0500 Received: from [199.232.76.173] (port=45071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5NRX-00038U-Dp for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 12:45:19 -0500 Received: from ey-out-1920.google.com ([74.125.78.149]:56097) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5NRW-0000Wz-HR for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 12:45:19 -0500 Received: by ey-out-1920.google.com with SMTP id 3so7045922eyh.34 for ; Tue, 03 Nov 2009 09:45:17 -0800 (PST) In-Reply-To: <87pr7zhdgn.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Carsten Dominik , emacs-orgmode@gnu.org Hi Bernt, this is an interesting piece of information, thanks. That commit did fix bug, but apparently exposed a sleeping bug. Everything should be working now. - Carsten On Nov 3, 2009, at 3:47 PM, Bernt Hansen wrote: > 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 - Carsten