From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: How to differentiate between lists in HTML export Date: Wed, 05 Nov 2014 02:36:11 +0100 Message-ID: <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]:48792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlpWO-0006YD-CT for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 20:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlpWI-0007y4-Nj for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 20:36:28 -0500 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:47083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlpWI-0007xG-GX for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 20:36:22 -0500 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id 88A7F41459 for ; Wed, 5 Nov 2014 02:36:20 +0100 (CET) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4nuHZhc300Wd for ; Wed, 5 Nov 2014 02:36:20 +0100 (CET) Received: from localhost (99-229.echostar.pl [213.156.99.229]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 5425541450 for ; Wed, 5 Nov 2014 02:36:20 +0100 (CET) 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: Org-Mode mailing list Hi list, 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.) Notice that I explicitly /do not want/ the user to manually enter unique IDs etc., nor do I want him to run some function inserting CUSTOM_ID properties etc. TIA, --=20 Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University