Juan Pechiar <j...@pechiar.com> writes: > Hi, > > 'C-c -' may help to some extent: > > Cycle the entire list level through the different itemize/enumerate > bullets (‘-’, ‘+’, ‘*’, ‘1.’, ‘1)’) or a subset of them, depending 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.
C-c * converts the other way. -Bernt > > 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? >>