From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Re: Re: Org-mode version 5.12 Date: Thu, 18 Oct 2007 07:37:47 +0200 Message-ID: <784503c030eebf4ad968f1c27348e375@science.uva.nl> References: <87ejfxpi4y.fsf@bzg.ath.cx> 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 1IiO4x-0000gV-HF for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 01:37:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiO4s-0000X5-KM for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 01:37:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiO4s-0000WB-C8 for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 01:37:50 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiO4r-0004nO-67 for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 01:37:49 -0400 In-Reply-To: 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: f.braennstroem@gmx.de Cc: emacs-orgmode@gnu.org On Oct 17, 2007, at 23:36, Fabian Braennstroem wrote: > Carsten Dominik wrote: > Hi, > > @Bernt: Thanks! > @Bastien:I will try to set up a small example. > >> >> On Oct 15, 2007, at 22:59, Fabian Braennstroem wrote: >>>>> One more great feature would be an additional option to the >>>>> 'tree-to-indirect-buffer' function from the resulting agenda >>>>> view. >> >> An indirect buffer is not something that is extracted, it is just >> another view on the same buffer. In this case it is narrowed, >> and you can get back the rest of the buffer by widening it. >> What you are asking for is basically to go back to the top >> level heading and jump that tree into an indirect buffer. >> This does not really help a lot, I guess. > > Yes, I would like to jump to the top level (it actually could be any > level > with the inherited search tag) and jump that tree into an indirect > buffer > without the other levels, but with searched lower level. > Fabian It is not possible to skip the levels between the entry where the tag is defined, and the entry that you are looking for. Because, as I said above the indirect buffer is not something that is extracted. - Carsten