Søren Mikkelsen <[email protected]> writes:
[...]
> This is also a latex related question, however I think it extents the
> previous question. How to I make my counter of the enumeration-list
> start at a specific position. Like
>
> 1. Test
> 2. of
>
> Now I have something between the two enumerations
>
> 3. counters
> 4. in a
> 5. enumeration environment
>
> In latex I would insert \setcounter{enumi}{3} after starting a
> enumeration environment.
>
> --
> /aagaard
>From the manual:
,----
| File: org, Node: Plain lists, Next: Drawers, Prev: Sparse trees, Up:
Document Structure
|
| 2.7 Plain lists
| ===============
|
| Within an entry of the outline tree, hand-formatted lists can provide
| additional structure. They also provide a way to create lists of
| checkboxes (*note Checkboxes::). Org supports editing such lists, and
| every exporter (*note Exporting::) can parse and format them.
|
| Org knows ordered lists, unordered lists, and description lists.
| * _Unordered_ list items start with `-', `+', or `*'(1) as bullets.
|
| * _Ordered_ list items start with a numeral followed by either a
| period or a right parenthesis(2), such as `1.' or `1)'(3). If you
| want a list to start with a different value (e.g. 20), start the
| text of the item with `[@20]'(4). Those constructs can be used in
| any item of the list in order to enforce a particular numbering.
`----
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.7 (release_7.7.280.gdbf0)