From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to differentiate between lists in HTML export Date: Wed, 05 Nov 2014 08:43:13 +0100 Message-ID: <87ppd2ay9a.fsf@nicolasgoaziou.fr> References: <8761eue8dw.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlvEd-000406-CW for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 02:42:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlvEV-0002xC-Ly for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 02:42:31 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:48118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlvEV-0002x0-FN for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 02:42:23 -0500 In-Reply-To: <8761eue8dw.fsf@wmi.amu.edu.pl> (Marcin Borkowski's message of "Wed, 05 Nov 2014 02:36:11 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-Mode mailing list Hello, Marcin Borkowski writes: > as I've said some time ago, I'm working on a custom exporter. What I'd > like to achieve is differentiating between lists =E2=80=93 essentially, I= 'd like > a list to translate to something like this: > >
    >
  • Item 1
  • >
  • Item 2
  • >
> > Is there any support for this kind of stuff in the exporter framework or > should I code it myself? (It should be rather easy =E2=80=93 e.g. have a= global > variable keeping track of the number of unordered lists so far.) See `org-export-get-ordinal'. Regards, --=20 Nicolas Goaziou