From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to show all subheadings of "current level +1", then all of "current level +2" etc. Date: Fri, 06 Aug 2010 11:33:06 +0200 Message-ID: <87d3tw5bn1.fsf@gnu.org> References: <4C5A6D55.3090805@diplan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhJIe-000246-27 for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:33:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhJIc-0003ms-O1 for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:33:11 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45791) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhJIc-0003mn-Iz for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:33:10 -0400 Received: by wyg36 with SMTP id 36so8499267wyg.0 for ; Fri, 06 Aug 2010 02:33:09 -0700 (PDT) In-Reply-To: <4C5A6D55.3090805@diplan.de> (Rainer Stengele's message of "Thu, 05 Aug 2010 09:50:45 +0200") 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: Rainer Stengele Cc: Juri Krivov , emacs-orgmode@gnu.org Hi Rainer, Rainer Stengele writes: > FOLDED (headline level n) -> CHILDREN (headline level n+1) -> CHILDREN > (headline level n+2) -> ... SUBTREE My feeling is that this would be too much. Maybe what you need si simply to *navigate* among items, not to (un)fold them. Speedy keys make it very convenient: use `n' to go to the next heading, `c' to cycle thru. HTH, -- Bastien