From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Naufel do Amaral Subject: Re: how to show all subheadings of "current level +1", then all of "current level +2" etc. Date: Wed, 4 Aug 2010 17:52:20 -0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45762 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogkwq-0003jJ-M3 for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 16:52:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ogkwo-00013c-R1 for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 16:52:24 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:59699) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ogkwo-00013F-Lb for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 16:52:22 -0400 Received: by eydd26 with SMTP id d26so2353446eyd.0 for ; Wed, 04 Aug 2010 13:52:20 -0700 (PDT) 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: emacs-orgmode Use show-children with a prefix argument. >From the docs: show-children is an interactive compiled Lisp function in `outline.el'. (show-children &optional level) Show all direct subheadings of this heading. Prefix arg level is how many levels below the current level should be sho= wn. Fernando N=E1ufel, D.Sc. fnaufel@ic.uff.br http://fnaufel.wordpress.com http://www.uff.br/llarc Professor Adjunto (~Professor Doctor -- see http://en.wikipedia.org/wiki/Professor#Brazil) LLaRC - Laborat=F3rio de L=F3gica e Representa=E7=E3o do Conhecimento DCT - Depto. de Ci=EAncia e Tecnologia PURO - P=F3lo Universit=E1rio de Rio das Ostras UFF - Universidade Federal Fluminense Brazil -- On Wed, Aug 4, 2010 at 5:45 PM, Juri Krivov wrote: > Hi Rainer, > > On Wed, Aug 4, 2010 at 2:23 PM, Rainer Stengele > wrote: >> >> Hi all, >> >> on any heading in an org file I can easily see all sub headings with C-c >> C-k. >> Is there a possibility to easily see only the sub headings of the next >> level and nothing more? >> And then all headings of the next sub level? And so on?! >> >> Motivation: >> C-c C-k can easily show far too many headings. >> It would be good to be able to incrementally step into the heading tree >> ... > > I use TAB for digging down hierarchy. =A0But this is so obvious that you > probably > mean something else....? > Greetings > Juri > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >