From mboxrd@z Thu Jan 1 00:00:00 1970 From: jim@SDF-EU.ORG Subject: Re: How to 'undo' filter Date: Wed, 13 Jul 2011 10:44:59 -0000 Message-ID: <4213ef25ec288a7c0f8be89b362cd10d.squirrel@sdfeu.org> References: <87k4bnjgzw.fsf@sdf-eu.org> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgww1-000812-Q8 for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 06:45:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgwvx-0008Ei-3c for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 06:44:53 -0400 Received: from odin.sdf-eu.org ([178.63.35.193]:55446 helo=sdf-eu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgwvw-0008E8-Ip for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 06:44:48 -0400 In-Reply-To: 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: Noorul Islam Cc: emacs-orgmode@gnu.org, Jim Burton > On Wed, Jul 13, 2011 at 3:31 AM, Jim Burton wrote: >> Hi, after filtering an org document, I'd like to be able to go back to >> the previous visibility. The closest I can get at the moment is to make >> everything visible with S-TAB, but I'd like whatever was >> expanded/collapsed before the filter to be as it was. How is this done? >> > > Which filtering are you talking about? > > agenda? > narrow-to-block? > narrow-to-subtree? > Hi Noorul, I'm talking about constructing a sparse tree, e.g. by a property or tag. Sorry if I used the wrong term. Something like C-c / p MYPROP MYVAL Then, after looking at the filtered document, go back to previous visibility. Thanks, Jim > Thanks and Regards > Noorul >