From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: Simple Indentation question: indentation behaviour changed some time ago. Date: Wed, 02 Mar 2011 11:50:08 +0100 Message-ID: <87k4ghg5jz.fsf@gmail.com> References: <87sjv6flqg.fsf@gmail.com> <4D6E042F.3060104@online.de> <87oc5tg8ab.fsf@gmail.com> <4D6E1813.10407@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PujdE-0000JK-30 for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 05:50:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PujdC-00075q-TH for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 05:50:11 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:49628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PujdC-00075Y-Lc for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 05:50:10 -0500 Received: by fxm5 with SMTP id 5so6814183fxm.0 for ; Wed, 02 Mar 2011 02:50:09 -0800 (PST) In-Reply-To: <4D6E1813.10407@online.de> (Rainer Stengele's message of "Wed, 02 Mar 2011 11:12:35 +0100") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele writes: > Many times I start with something like > > > **** headline > item1 > Text belonging to item1 > Text belonging to item1 > Text belonging to item1 > item2 > Text belonging to item2 > Text belonging to item2 > Text belonging to item2 > > > and then later want to bring in more structure, > making item1 and item2 a list item. > I would then expect to get the "Text belonging to" lines being indented as in > > > **** headline > - item1 > Text belonging to item1 > Text belonging to item1 > Text belonging to item1 > - item2 > Text belonging to item2 > Text belonging to item2 > Text belonging to item2 That's easy. Select region from "item1" to third "Text belonging to item1", and use "C-c -". This command turns a region into an item (with development version of Org, that is). Regards, -- Nicolas