Rainer Stengele <rainer.steng...@online.de> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to