Document counter start cookies for ordered lists
This commit is contained in:
parent
3fb4f28860
commit
489f41f366
|
@ -1,6 +1,7 @@
|
||||||
2010-04-26 Carsten Dominik <carsten.dominik@gmail.com>
|
2010-04-26 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
* org.texi (Conflicts): Document new work-around for windmove.el.
|
* org.texi (Conflicts): Document new work-around for windmove.el.
|
||||||
|
(Plain lists): Describe counter start cookies.
|
||||||
|
|
||||||
2010-04-23 Carsten Dominik <carsten.dominik@gmail.com>
|
2010-04-23 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
|
|
|
@ -1222,7 +1222,9 @@ visually indistinguishable from true headlines. In short: even though
|
||||||
as bullets.
|
as bullets.
|
||||||
@item
|
@item
|
||||||
@emph{Ordered} list items start with a numeral followed by either a period or
|
@emph{Ordered} list items start with a numeral followed by either a period or
|
||||||
a right parenthesis, such as @samp{1.} or @samp{1)}.
|
a right parenthesis, such as @samp{1.} or @samp{1)}. If you want a list to
|
||||||
|
start a different value (e.g. 20), start the text of the item with
|
||||||
|
@code{[@@start:20]}.
|
||||||
@item
|
@item
|
||||||
@emph{Description} list items are unordered list items, and contain the
|
@emph{Description} list items are unordered list items, and contain the
|
||||||
separator @samp{ :: } to separate the description @emph{term} from the
|
separator @samp{ :: } to separate the description @emph{term} from the
|
||||||
|
|
Loading…
Reference in New Issue