From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Indirect Buffers - how do you get back to the full tree? Date: Sun, 18 Feb 2007 22:09:53 +0100 Message-ID: <57276f041596a46f625d48160a1e1e27@science.uva.nl> References: <3d6808890702150519t20241907g4bef093813e7d333@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HItIE-0006fw-12 for emacs-orgmode@gnu.org; Sun, 18 Feb 2007 16:09:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HItIC-0006f9-BJ for emacs-orgmode@gnu.org; Sun, 18 Feb 2007 16:09:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HItIB-0006ex-Se for emacs-orgmode@gnu.org; Sun, 18 Feb 2007 16:09:55 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HItIB-0001sv-Dp for emacs-orgmode@gnu.org; Sun, 18 Feb 2007 16:09:55 -0500 In-Reply-To: <3d6808890702150519t20241907g4bef093813e7d333@mail.gmail.com> 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: Tim O'Callaghan Cc: emacs-orgmode On Feb 15, 2007, at 14:19, Tim O'Callaghan wrote: > Hi, > > I've recently started using Indirect buffers for focusing on one tree. > Is there a way to get back to the original full buffer without killing > the buffer/file and re-loading it? > > Tim. If you are using the indirect buffer, the old, full buffer is still there, just switch to it. The indirect buffer also contains everything, it is only narrowed and you can get the full contents there as well with `C-c n w'. If you only want to temprarily narrow the file to a certain tree, you can use (instead of an indirect buffer) `C-x n s'. - Carsten (who wishes that at least these more general emacs questions would more often be answered by other people on this list)