From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: suggestion: simplify depth stepping of document structure (outline) visibility Date: Tue, 15 Sep 2009 20:26:10 -0400 Message-ID: <873a6nlopp.fsf@gollum.intra.norang.ca> References: <4AB0000D.5000004@alumni.ethz.ch> <4AB00E6F.4090501@alumni.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MniLl-0001KT-1E for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 20:26:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MniLh-0001G8-Ad for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 20:26:20 -0400 Received: from [199.232.76.173] (port=46516 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MniLh-0001G1-7I for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 20:26:17 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:56135) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MniLg-0004We-T1 for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 20:26:17 -0400 In-Reply-To: <4AB00E6F.4090501@alumni.ethz.ch> (Michael Brand's message of "Wed\, 16 Sep 2009 00\:00\:15 +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: Michael Brand Cc: emacs-orgmode@gnu.org Michael Brand writes: > I would like much more to increase the heading visibility depth step by step like with the following if it would be much easier to type > > step 1 to see level 1: C-u 1 S-Tab > step 2 to see levels 1..2: C-u 2 S-Tab > step 3 to see levels 1..3: C-u 3 S-Tab > step 4 to see levels 1..4: C-u 4 S-Tab > and so on until not repeated any more (no cycling, only as a sequence) > > Did I miss some simpler work flow to do something similar (not cycling with Tab or S-Tab)? > > Are there others who would like this sequence to be easily stepped through? > > Which constantly repeatable key command as convenient as possible like cycling with Tab or S-Tab would be suitable? > > I would suggest that any key command different to this new key command would stop stepping the sequence and that the first invoke of this new key command again would reset the visibility to overview again like `C-u 1 S-Tab' does (similar to the nice cycle reset behavior of a first `S-Tab'). > > The point on e. g. a level 3 heading would be nice to be there again after going through steps 1 to 3 (similar to the nice behavior of e. g. `S-Tab S-Tab S-Tab' when the point was in a body before). Hi Michael, In case you aren't aware of it you can view sublevels for a tree with C-c C-k and match specific levels with a tags match (C-c / m LEVEL=n RET). HTH, -Bernt