From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: how to show all subheadings of "current level +1", then all of "current level +2" etc. Date: Fri, 06 Aug 2010 11:56:25 +0200 Message-ID: <4C5BDC49.7070900@diplan.de> References: <4C5A6D55.3090805@diplan.de> <87d3tw5bn1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1664510631==" Return-path: Received: from [140.186.70.92] (port=50747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhJfB-0007Va-AS for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhJf9-0006wp-RG for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:56:29 -0400 Received: from ns.diplan.de ([212.34.188.4]:44949 helo=mail.diplan.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhJf9-0006wU-4X for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:56:27 -0400 In-Reply-To: <87d3tw5bn1.fsf@gnu.org> 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: Bastien Cc: Juri Krivov , emacs-orgmode@gnu.org This is a multi-part message in MIME format. --===============1664510631== Content-Type: multipart/alternative; boundary="------------060603050105040001010306" This is a multi-part message in MIME format. --------------060603050105040001010306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Bastien, navigation is not the issue in my case. It is simply to have to see all subheadings and contents in one step. Imagine having: ================================================================================ * IT Projects ** Project 1 *** 2009 **** 01 ***** Meeting on [2010-01-04 Mo] ****** participants ****** topics ******* subtopic 1 ******* subtopic 2 ******* ... ****** open issues ******* general ******* specific ******* ... ****** ... ***** Meeting on [2010-01-11 Mo] ... ***** Meeting on [2010-01-18 Mo] ***** Meeting on [2010-01-25 Mo] **** 02 ***** Meeting on [2010-02-01 Mo] ***** Meeting on [2010-02-08 Mo] ***** Meeting on [2010-02-15 Mo] ***** Meeting on [2010-02-22 Mo] **** 03 ... **** 12 ... *** 2010 ** Project 2 *** 2009 **** 01 ***** Meeting on [2010-01-04 Mo] ****** participants ****** topics ******* subtopic 1 ******* subtopic 2 ******* ... ****** open issues ******* general ******* specific ******* ... ****** ... ***** Meeting on [2010-01-11 Mo] ... ***** Meeting on [2010-01-18 Mo] ***** Meeting on [2010-01-25 Mo] **** 02 ***** Meeting on [2010-02-01 Mo] ***** Meeting on [2010-02-08 Mo] ***** Meeting on [2010-02-15 Mo] ***** Meeting on [2010-02-22 Mo] **** 03 ... **** 12 ... *** 2010 ... ================================================================================ With current folding standards what you get today is: * IT Projects then * IT Projects ** Project 1 ** Project 2 and then ... all! wouldn't it be nice to be able to easily step into: * IT Projects ** Project 1 *** 2009 *** 2010 ** Project 2 *** 2009 *** 2010 and then into the next level etc. As already said, I can achieve this with " C-c " but this is not an easy "shift in and out" solution, I have to "count" the levels by myself and provide it in the command. Thanks for considering, Rainer Am 06.08.2010 11:33, schrieb Bastien: > 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, > --------------060603050105040001010306 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Bastien,

navigation is not the issue in my case.
It is simply to have to see all subheadings and contents in one step.

Imagine having:

================================================================================
* IT Projects
** Project 1
*** 2009
**** 01
***** Meeting on [2010-01-04 Mo]
****** participants
****** topics
******* subtopic 1
******* subtopic 2
******* ...
****** open issues
******* general
******* specific
******* ...
****** ...
***** Meeting on [2010-01-11 Mo]
      ...
***** Meeting on [2010-01-18 Mo]
***** Meeting on [2010-01-25 Mo]
**** 02
***** Meeting on [2010-02-01 Mo]
***** Meeting on [2010-02-08 Mo]
***** Meeting on [2010-02-15 Mo]
***** Meeting on [2010-02-22 Mo]
**** 03
...
**** 12
...
*** 2010
** Project 2
*** 2009
**** 01
***** Meeting on [2010-01-04 Mo]
****** participants
****** topics
******* subtopic 1
******* subtopic 2
******* ...
****** open issues
******* general
******* specific
******* ...
****** ...
***** Meeting on [2010-01-11 Mo]
      ...
***** Meeting on [2010-01-18 Mo]
***** Meeting on [2010-01-25 Mo]
**** 02
***** Meeting on [2010-02-01 Mo]
***** Meeting on [2010-02-08 Mo]
***** Meeting on [2010-02-15 Mo]
***** Meeting on [2010-02-22 Mo]
**** 03
...
**** 12
...
*** 2010
...
================================================================================


With current folding standards <TAB> what you get today is:


* IT Projects


then


* IT Projects
** Project 1
** Project 2


and then ... all!

wouldn't it be nice to be able to easily step into:


* IT Projects
** Project 1
*** 2009
*** 2010
** Project 2
*** 2009
*** 2010


and then into the next level etc.
As already said, I can achieve this with "<number> C-c <TAB>"
but this is not an easy "shift in and out" solution, I have to "count" the levels by myself and provide it in the command.


Thanks for considering,

Rainer





Am 06.08.2010 11:33, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele <rainer.stengele@diplan.de> 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,
>


--------------060603050105040001010306-- --===============1664510631== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1664510631==--