From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Renumber HTML ordered lists from org-mode? Date: Wed, 10 Feb 2010 18:14:30 -0500 Message-ID: <20100210181430.00000bdb@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfLl7-0002RU-Cv for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 18:14:13 -0500 Received: from [199.232.76.173] (port=50095 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfLl7-0002RM-1Z for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 18:14:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfLl6-0002wQ-BX for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 18:14:12 -0500 Received: from outbound-mail-01.bluehost.com ([69.89.21.11]:48533) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NfLl5-0002wA-R5 for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 18:14:12 -0500 Received: from ool-ad02d451.dyn.optonline.net ([173.2.212.81] helo=unknown) by host300.hostmonster.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1NfLl3-0000KE-OE for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 16:14:10 -0700 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 In HTML, one way of renumbering OL lists is to use "start". (Ex:
    ...
restarts the numbering at 13.) Is there anyway to do that from within org-mode without hacking the exported HTML file? Is there a +ATTR_HTML: planned for OL and UL lists?