From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to differentiate between lists in HTML export Date: Mon, 10 Nov 2014 00:08:15 +0100 Message-ID: <87ppcwm0ps.fsf@nicolasgoaziou.fr> References: <8761eue8dw.fsf@wmi.amu.edu.pl> <87ppd2ay9a.fsf@nicolasgoaziou.fr> <87fvdtcjy0.fsf@wmi.amu.edu.pl> <87bnogwzmc.fsf@nicolasgoaziou.fr> <87d28wcayy.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnba2-0005Os-5o for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnbZu-0006SZ-B6 for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:07:34 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:47247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnbZu-0006QY-3v for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:07:26 -0500 In-Reply-To: <87d28wcayy.fsf@wmi.amu.edu.pl> (Marcin Borkowski's message of "Sun, 09 Nov 2014 22:36:53 +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 Marcin Borkowski writes: > Sorry for the noise, it seems to be working now. (I threw out the > code, but AFAIR the non-uniqueness arised with ordinals of /items/ in > different lists.) Yes, ordinals for items are relative to the list they belong to. OTOH for plain lists, this is the sequence number among other plain lists in the buffer (see docstring). Regards,