From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: structure editing in brainstorming mode Date: Mon, 29 Dec 2008 06:51:08 -0600 Message-ID: References: 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 1LHHaV-00045O-Qv for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 07:51:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHHaU-00045C-B6 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 07:51:14 -0500 Received: from [199.232.76.173] (port=48895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHHaU-000459-5U for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 07:51:14 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:51621) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHHaT-0001Pz-Hw for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 07:51:13 -0500 In-Reply-To: (Rustom Mody's message of "Mon\, 29 Dec 2008 11\:28\:42 +0530") 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: Rustom Mody Cc: emacs-orgmode@gnu.org Hi Rustom, "Rustom Mody" writes: > 1. Multiple heading demotion > > Lets say I start writing down some points maybe with/without some > additional text > * Cat > * Dog > > And now I decide to put all these into a superheading 'My Pets' > The only way I know is to enter > * My Pets > before Cat and then demote each subtree -- if there were not two but > ten I'd have to do that 10 times > I tried selecting the whole set that I want to demote and doing M-S-right > but I get the message > > This command is active in special contexts like tables headlines or timestamps For this, you can use M- and M-, which promote and demote headlines. (M-S- demotes the entire subtree.) See this section of the manual a list of commands: http://orgmode.org/manual/Structure-editing.html#Structure-editing > 2. Converting heading type > > Sometimes one assumes that the points are 'small' and so are entered > as + points. Thus > * Pets > + Cat > + Dog > > and then at some point it emerges that the +es had better be changed > to headings that is (the requisite number of) *s. Any easy way of > doing that? > C-c - or S-/ should do the trick. For more information, see this section of the manual: http://orgmode.org/manual/Plain-lists.html#Plain-lists Best, Matt