From 4df0d4cc34507244ffad571336a695cf24b95a0a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 22 Jul 2009 09:39:12 +0200 Subject: [PATCH] org.texi: Add information about using `C-c *' in plain lists. Patch submitted by Dan Davison. --- doc/ChangeLog | 5 +++++ doc/org.texi | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 8a488de6a..742c4e0d9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-07-21 Dan Davison (tiny change) + + * org.texi (Structure editing): Add information about `C-c *', + converting a plain list into a list of Org items. + 2009-07-20 Bastien Guerry * org.texi (Remember): Small rephrasing of the paragraph diff --git a/doc/org.texi b/doc/org.texi index 3dc329eee..75d9c796d 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1435,6 +1435,15 @@ region when calling this, all lines will be converted to list items. If the first line already was a list item, any item markers will be removed from the list. Finally, even without an active region, a normal line will be converted into a list item. +@kindex C-c * +@item C-c * +Turn a normal line or plain list item into a headline (so that it +becomes a subheading at its location). Also turn a headline into a +normal line by removing the stars. If there is an active region, turn +all lines in the region into headlines. If the first line in the +region was an item, turn only the item lines into headlines. Finally, +if the first line is a headline, remove the stars from all headlines +in the region. @kindex S-@key{left} @kindex S-@key{right} @item S-@key{left}/@key{right}