From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: reveal only current subtree Date: Sat, 17 Dec 2011 17:04:10 +0100 Message-ID: <976FFCBD-64DC-459A-8116-CE89B3742010@gmail.com> References: <4EECA52B.2070909@sergio.spb.ru> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbwkC-0004xX-EQ for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 11:04:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbwk9-0002Sl-UM for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 11:04:16 -0500 Received: from pony.ic.uva.nl ([145.18.40.181]:55726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbwk9-0002Sd-KU for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 11:04:13 -0500 In-Reply-To: <4EECA52B.2070909@sergio.spb.ru> 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: sergio Cc: emacs-orgmode On 17.12.2011, at 15:20, sergio wrote: > Hello. > > Is it possible to reveal only current subtree but entirely? > > For example I have following structure: > > * a > * b > ** d > ** e > *** f > *** g > qwe > qwe > *** h > *** i > * c > > after jump to /b/e/g I see > > * a > * b ... > ** e ... > *** g ... > * c > > the cursor is on g and i can expand it by tab. > And the main question is how to show all children of e without moving > cursor or collapsing (previously expanded) g? You can do C-u 1 TAB to cycle on the level 1 hearing without moving point. Also, if you always want this to happen after org-goto, you can do M-x customize-group RET org-reveal-location and customize the exact behavior for org-goto by pressing INS at each relevant variable, selecting `org-goto' from the context drop-down menu and setting the desired value for this specific context. Hope this helps! - Carsten > > * a > * b ... > ** e > *** f > *** g > qwe > qwe > *** h > *** i > * c > > C-c C-r doesn't show all "brothers" of current subtree. > C-u C-c C-r and C-u C-u C-c C-r shows a lot of redundant. > > -- > sergio. >