emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] HTML export / list issues


From: Jarmo Hurri
Subject: Re: [O] HTML export / list issues
Date: Mon, 24 Aug 2015 08:15:11 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

>> ======================================================================
>>   1. level 1 first
>>      a) level 2 first; I was hoping this would be alphabetized in html
>>         like it is in org, but it is still enumerated
>>      b) the next item has some code in it; it has been evaluated with
>>         C-c C-c to obtain the result
>>      c) 
>>      #+BEGIN_SRC elisp :exports results
>>           (print (list org-plain-list-ordered-item-terminator
>>                        org-list-allow-alphabetical
>>                        (+ 1 2)))
>>      #+END_SRC
>>
>>  #+RESULTS:
>>  | t | t | 3 |
>>
>>      d) and due to the way the results of the evaluation are inserted,
>>         the code interrupts enumeration in the exported list, and it
>>         even breaks the high-level list in the org mode itself
>> ======================================================================
>
> I realize this is because you are indenting with TABs. I overlooked it
> in your first report. The issue is now fixed. Thank you.

Your fix corrected both this example and the more complicated one I am
working on at the moment. Thank you very much.

Jarmo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]