From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rustom Mody" Subject: Re: structure editing in brainstorming mode Date: Wed, 31 Dec 2008 11:34:31 +0530 Message-ID: References: <3F994805-E7F0-4DCC-A5DD-B256EC029F11@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHuDA-0004lm-Mx for emacs-orgmode@gnu.org; Wed, 31 Dec 2008 01:05:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHuD9-0004l2-Ks for emacs-orgmode@gnu.org; Wed, 31 Dec 2008 01:05:44 -0500 Received: from [199.232.76.173] (port=33239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHuD9-0004kz-Gu for emacs-orgmode@gnu.org; Wed, 31 Dec 2008 01:05:43 -0500 Received: from rv-out-0708.google.com ([209.85.198.242]:15406) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHuCW-0003Bl-UV for emacs-orgmode@gnu.org; Wed, 31 Dec 2008 01:05:43 -0500 Received: by rv-out-0708.google.com with SMTP id k29so6493207rvb.0 for ; Tue, 30 Dec 2008 22:04:31 -0800 (PST) In-Reply-To: <3F994805-E7F0-4DCC-A5DD-B256EC029F11@uva.nl> Content-Disposition: inline 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 On Wed, Dec 31, 2008 at 5:25 AM, Carsten Dominik wrote: > > On Dec 29, 2008, at 1:51 PM, Matthew Lundin wrote: >> For this, you can use M- and M-, which promote and demote >> headlines. (M-S- demotes the entire subtree.) > > Hi Rustom, > > have you seen this part of the reply? Matt is correct that what you are > trying (demoting a region of headlines) works with M-right, but not with > M-S-right. Thanks. But I had to turn on transient mark mode for it to work. Intended behavior I guess?