From mboxrd@z Thu Jan 1 00:00:00 1970 From: chandan Subject: Re: org-export-as-html: Does not increment index values Date: Tue, 11 May 2010 14:21:40 +0530 Message-ID: <4BE91A9C.4050800@globaledgesoft.com> References: <4BE8ED67.7090803@globaledgesoft.com> <8AA2DE70-7BF1-4380-A959-7FA1CCFF7F2C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60347 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBlIY-0001Yq-9C for emacs-orgmode@gnu.org; Tue, 11 May 2010 04:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBlIW-00023p-IX for emacs-orgmode@gnu.org; Tue, 11 May 2010 04:58:42 -0400 Received: from gesmail.globaledgesoft.com ([203.76.137.4]:36279) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBlIV-00022l-VR for emacs-orgmode@gnu.org; Tue, 11 May 2010 04:58:40 -0400 In-Reply-To: <8AA2DE70-7BF1-4380-A959-7FA1CCFF7F2C@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org 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 >> 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 "Second >> item". Both have "1" as their indicies. >> >> I am using GNU/Emacs 23.2. >> >> Regards, >> chandan r >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >