From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Renumber HTML ordered lists from org-mode? Date: Tue, 23 Feb 2010 07:14:51 +0100 Message-ID: <380BAF04-FB57-4EA5-A93E-1DF1F68C77AF@gmail.com> References: <20100210181430.00000bdb@unknown> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjpD6-0006mj-S7 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:36 -0500 Received: from [140.186.70.92] (port=36105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjpCv-0006eH-D4 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjpCg-0000sl-P9 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:25 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:56141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjpCg-0000sg-I6 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:10 -0500 Received: by fxm22 with SMTP id 22so3463658fxm.26 for ; Mon, 22 Feb 2010 23:29:09 -0800 (PST) In-Reply-To: <20100210181430.00000bdb@unknown> 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: Uriel Avalos Cc: emacs-orgmode@gnu.org On Feb 11, 2010, at 12:14 AM, Uriel Avalos wrote: > In HTML, one way of renumbering OL lists is to use "start". (Ex:
    start=13>...
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? That would be nice to have - but we don't have it yet. A patch would be seriously considered! - Carsten