From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergio Subject: Re: reveal only current subtree Date: Sat, 17 Dec 2011 22:33:29 +0400 Message-ID: <4EECE079.4090304@sergio.spb.ru> References: <4EECA52B.2070909@sergio.spb.ru> <976FFCBD-64DC-459A-8116-CE89B3742010@gmail.com> <4EECD802.8030007@sergio.spb.ru> <5D4CE247-6ABA-4779-BDA2-61128A4332C2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbz4m-0008Kr-Pc for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:33:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbz4j-0001Gk-H4 for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:33:40 -0500 Received: from outerface.net ([195.70.199.109]:49434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbz4i-000196-6u for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 13:33:36 -0500 Received: from [188.134.66.115] (port=47768 helo=[192.168.1.35]) by outerface.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Rbz4N-0007go-KS for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 21:33:18 +0300 In-Reply-To: <5D4CE247-6ABA-4779-BDA2-61128A4332C2@gmail.com> 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: emacs-orgmode@gnu.org On 12/17/2011 09:59 PM, Carsten Dominik wrote: >> 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 Much better, but I don't want to expand siblings. I mean to change this view: >> * a... >> * b... >> ** d... >> *** e... >> **** g... >> ***** h <- cursor is here >> - some >> - list >> * c... >> I want to show all children of "g" headline, "h" siblings. to this: * a... * b... ** d... *** e... **** g... ***** hhh... ***** hh... ***** h <- cursor is here - some - list ***** hhhh... ***** hhhhh... * c... -- sergio.