On 2014-11-10, at 00:08, Nicolas Goaziou wrote:
> 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 th
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 nu
On 2014-11-09, at 09:24, Nicolas Goaziou wrote:
> Marcin Borkowski writes:
>
>> Thanks, but this is not really what I'd like to have: the strings
>> generated by org-export-get-ordinal are /not/ unique throughout the file
>> (they seem to be unique within one level of hierarchy).
>
> They should
Marcin Borkowski writes:
> Thanks, but this is not really what I'd like to have: the strings
> generated by org-export-get-ordinal are /not/ unique throughout the file
> (they seem to be unique within one level of hierarchy).
They should be unique. How did you use this function?
Regards,
On 2014-11-05, at 08:43, Nicolas Goaziou wrote:
> 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 – essentially, I'd like
>> a list to translate to something like this:
>>
>>
>>
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 – essentially, I'd like
> a list to translate to something like this:
>
>
> Item 1
> Item 2
>
>
> Is there any support for this kind of s
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 – 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