From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: turn headline(s) into plain list? Date: Fri, 6 May 2011 15:57:46 -0300 Message-ID: <20110506185746.GD4334@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIQDp-0007hl-9g for emacs-orgmode@gnu.org; Fri, 06 May 2011 14:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIQDo-0001H0-9j for emacs-orgmode@gnu.org; Fri, 06 May 2011 14:57:53 -0400 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:57574) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QIQDo-0001Gr-1S for emacs-orgmode@gnu.org; Fri, 06 May 2011 14:57:52 -0400 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: Orgmode Mailing List Hi, 'C-c -' may help to some extent: Cycle the entire list level through the different itemize/enumerate bullets (=E2=80=98-=E2=80=99, =E2=80=98+=E2=80=99, =E2=80=98*=E2=80=99,= =E2=80=981.=E2=80=99, =E2=80=981)=E2=80=99) or a subset of them, dependi= ng on org-plain-list-ordered- item-terminator, the type of list, and its position17. With a numeric prefix argument N, select the Nth bullet from this list. If there is an active region when calling this, selected text will be changed into an item. With a prefix argument, all lines will be converted to list items. If the first line already was a list item, any item marker will be removed from the list. Finally, even without an active region, a normal line will be converted into a list item. It will convert headings into nested list items, but not the other way. Regards, .j. On Fri, May 06, 2011 at 02:39:27PM -0400, Gary Oberbrunner wrote: > Is there any way to turn a headline (and its subtree) into a plain > list (and nested list items)? Or better yet, turn all level N and > below headlines into plain lists at the corresponding level? >