Jarmo Hurri <jarmo.hu...@iki.fi> writes:

> For some reason I can not reproduce your solution. I already had (setq
> org-list-allow-alphabetical t), and now I added (setq
> org-plain-list-ordered-item-terminator t), and still the following
> happens (and the list is broken in html export):
>
> ======================================================================
>   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.

Regards,

Reply via email to