Re: [Orgmode] org-export-as-html: Does not increment index values

2010-05-11 Thread chandan
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

Re: [Orgmode] org-export-as-html: Does not increment index values

2010-05-11 Thread Carsten Dominik
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

[Orgmode] org-export-as-html: Does not increment index values

2010-05-10 Thread chandan
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