From mboxrd@z Thu Jan 1 00:00:00 1970 From: chandan Subject: org-export-as-html: Does not increment index values Date: Tue, 11 May 2010 11:08:47 +0530 Message-ID: <4BE8ED67.7090803@globaledgesoft.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=37875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBi9a-0006Pd-Mj for emacs-orgmode@gnu.org; Tue, 11 May 2010 01:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBi9Z-0003D2-EE for emacs-orgmode@gnu.org; Tue, 11 May 2010 01:37:14 -0400 Received: from gesmail.globaledgesoft.com ([203.76.137.4]:35039) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBi9Y-0003Cc-V6 for emacs-orgmode@gnu.org; Tue, 11 May 2010 01:37:13 -0400 Received: from [172.16.8.243] (unknown [172.16.8.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gesmail.globaledgesoft.com (Postfix) with ESMTP id CAB2117B42C for ; Tue, 11 May 2010 11:07:09 +0530 (IST) 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: emacs-orgmode@gnu.org 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