From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: reveal only current subtree Date: Sat, 17 Dec 2011 18:59:34 +0100 Message-ID: <5D4CE247-6ABA-4779-BDA2-61128A4332C2@gmail.com> References: <4EECA52B.2070909@sergio.spb.ru> <976FFCBD-64DC-459A-8116-CE89B3742010@gmail.com> <4EECD802.8030007@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]:57564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbyb0-0001ks-6v for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:02:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbyaz-0002vd-AW for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:02:54 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:46385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbyaz-0002vX-69 for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:02:53 -0500 Received: by eekc41 with SMTP id c41so4328931eek.0 for ; Sat, 17 Dec 2011 10:02:52 -0800 (PST) In-Reply-To: <4EECD802.8030007@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@gnu.org On 17.12.2011, at 18:57, sergio wrote: > On 12/17/2011 08:04 PM, Carsten Dominik wrote: > >> You can do >> >> C-u 1 TAB >> >> to cycle on the level 1 hearing without moving point. > > No. I just want to expand 1 level up, not the first lever, i.e. if after > jump I see: Then you can use C-u -1 TAB - Carsten > > * a... > * b... > ** d... > *** e... > **** g... > ***** h <- cursor is here > - some > - list > * c... > > I want to show all children of "g" headline, "h" siblings. > >> M-x customize-group RET org-reveal-location > I like default goto view, only org-show-entry-below may be interesting > for me. > > -- > sergio. >