From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Suggestion for demoting collapsed branch Date: Tue, 05 May 2009 16:18:37 +0200 Message-ID: <877i0v63b6.fsf@kassiopeya.MSHEIMNETZ> References: <332088.92645.qm@web30406.mail.mud.yahoo.com> 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 1M1LQI-0003LM-Im for emacs-orgmode@gnu.org; Tue, 05 May 2009 10:15:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1LQD-0003DU-Sn for emacs-orgmode@gnu.org; Tue, 05 May 2009 10:15:06 -0400 Received: from [199.232.76.173] (port=54035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1LQD-0003D6-Gx for emacs-orgmode@gnu.org; Tue, 05 May 2009 10:15:01 -0400 Received: from mail.gmx.net ([213.165.64.20]:50204) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M1LQC-0005pn-R7 for emacs-orgmode@gnu.org; Tue, 05 May 2009 10:15:01 -0400 In-Reply-To: <332088.92645.qm@web30406.mail.mud.yahoo.com> (Kevin Haddock's message of "Sun, 3 May 2009 23:58:48 -0700 (PDT)") 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: Kevin Haddock Cc: emacs-orgmode@gnu.org M-S-RIGHT M-S-LEFT I think it's better to behave the same way for collapsed and expanded trees. Regards Sebastian Kevin Haddock writes: > When a branch is collapsed (e.g. invisible), demoting the header should demote > all the subnodes also. > > For example, if I have: > > * a * b * c ** ca ** cb ** cd * d > > and I have the cursor on * c and hit alt-right it would just demote * c to ** c, > but if c is collapsed ('* c...') hitting alt-right on it should demote * c to ** > c but when I expand * c, ** ca should now be *** ca, ** cb should be *** cb, > etc... > > This way I can quickly demote whole sections of the tree by just collapsing > them. I would think this would be the expected behavior. Perhaps I am missing > a mechanism to easily do it. I am pretty new to org-mode. > > Thanks for the otherwise great utility, > > -Kevin