Update documentation with regards to lists
* doc/org.texi (Plain lists): Remove reference to now hard-coded `bullet' automatic rule.
This commit is contained in:
parent
50a434bb9f
commit
445a90ceeb
15
doc/org.texi
15
doc/org.texi
|
@ -1775,19 +1775,16 @@ state of the checkbox. In any case, verify bullets and indentation
|
||||||
consistency in the whole list.
|
consistency in the whole list.
|
||||||
@kindex C-c -
|
@kindex C-c -
|
||||||
@vindex org-plain-list-ordered-item-terminator
|
@vindex org-plain-list-ordered-item-terminator
|
||||||
@vindex org-list-automatic-rules
|
|
||||||
@item C-c -
|
@item C-c -
|
||||||
Cycle the entire list level through the different itemize/enumerate bullets
|
Cycle the entire list level through the different itemize/enumerate bullets
|
||||||
(@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}) or a subset of them,
|
(@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}) or a subset of them,
|
||||||
depending on @code{org-plain-list-ordered-item-terminator}, the type of list,
|
depending on @code{org-plain-list-ordered-item-terminator}, the type of list,
|
||||||
and its position@footnote{See @code{bullet} rule in
|
and its indentation. With a numeric prefix argument N, select the Nth bullet
|
||||||
@code{org-list-automatic-rules} for more information.}. With a numeric
|
from this list. If there is an active region when calling this, selected
|
||||||
prefix argument N, select the Nth bullet from this list. If there is an
|
text will be changed into an item. With a prefix argument, all lines will be
|
||||||
active region when calling this, selected text will be changed into an item.
|
converted to list items. If the first line already was a list item, any item
|
||||||
With a prefix argument, all lines will be converted to list items. If the
|
marker will be removed from the list. Finally, even without an active
|
||||||
first line already was a list item, any item marker will be removed from the
|
region, a normal line will be converted into a list item.
|
||||||
list. Finally, even without an active region, a normal line will be
|
|
||||||
converted into a list item.
|
|
||||||
@kindex C-c *
|
@kindex C-c *
|
||||||
@item C-c *
|
@item C-c *
|
||||||
Turn a plain list item into a headline (so that it becomes a subheading at
|
Turn a plain list item into a headline (so that it becomes a subheading at
|
||||||
|
|
Loading…
Reference in New Issue