Thanks a lot for the reply.
Carsten Dominik wrote:
Hi Chandan,
list structure is governed by indentation, so you need to indent the
source code snippets.
- Carsten
On May 11, 2010, at 7:38 AM, chandan wrote:
Hi all,
Consider the following org file:
* list
1. First item.
#+BEGIN_SRC txt
Hi Chandan,
list structure is governed by indentation, so you need to indent the
source code snippets.
- Carsten
On May 11, 2010, at 7:38 AM, chandan wrote:
Hi all,
Consider the following org file:
* list
1. First item.
#+BEGIN_SRC txt
Some text.
#+END_SRC
2. Second item.
#+BEGIN_SRC tx
Hi all,
Consider the following org file:
* list
1. First item.
#+BEGIN_SRC txt
Some text.
#+END_SRC
2. Second item.
#+BEGIN_SRC txt
Some more text.
#+END_SRC
Exporting an org file with the above listed contents generates an HTML
page with non-incrementing indicies for "First item" and "Sec