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 15:36:51 +0100 Message-ID: <026F8AC5-F3D8-49E0-BB05-65DBA393CEDF@gmail.com> References: <4AF02254.4070702@amlog.co.uk> 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 1N5KVK-0004OS-W2 for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:37:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5KVF-0004NE-Pz for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:37:02 -0500 Received: from [199.232.76.173] (port=37719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5KVF-0004Mw-GE for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:36:57 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:62670) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5KVE-0001Vq-UX for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 09:36:57 -0500 Received: by ewy28 with SMTP id 28so3600681ewy.42 for ; Tue, 03 Nov 2009 06:36:55 -0800 (PST) In-Reply-To: <4AF02254.4070702@amlog.co.uk> 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: Chris Randle Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Nov 3, 2009, at 1:30 PM, Chris Randle wrote: > Hi Carsten > > 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. It hasn't always been this way, I > *think* things were working OK around 6.29, but it's hard to be sure. > > I've managed to pare my org file down to a few lines that > demonstrate the problem > > =============================== > > * Customers > ** Customer A > *** Billing > **** Support during September :ARCHIVE: > ** Customer B > 07964-xxxxxx > > *** Problem with Laptop > ** Customer C > *** Current Details > > *** Test of 07968 showing up > ** Customer D > 01673-xxxxxx > 07968-xxxxxx > > *** Laptop slowdown fix > spoolsv.exe at 99% > > =================================== > > Setting a sparse tree by regexp 0796[48] returns "3 match(es) for > regexp 0796[48]", but the tree doesn't expand at the hit locations. > If I manually expand the tree at the locations of the hits, the > results are highlighted. It makes no difference if the hits are in a > headline or in notes beneath a headline. > > Remove the ARCHIVE tag from the "Support during September" headline > with `C-c C-x a' and redo the sparse tree. Everything now appears > expanded as I'd expect. > > The values of my org-show variables are > > org-show-hierarchy-above is a variable defined in `org.el'. > Its value is ((default . t)) > > org-show-following-heading is a variable defined in `org.el'. > Its value is ((default)) > > org-show-siblings is a variable defined in `org.el'. > Its value is > ((default) > (isearch t)) > > org-show-entry-below is a variable defined in `org.el'. > Its value is ((default)) > > -- > Chris Randle > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten