Jacob, Thanks for your response. That option is set to the correct value to allow alphabetical ordered lists. So, that doesn't appear to be the problem. Also, as I mentioned, export to HTML works just fine. Best, Premal
On Tue, Jul 1, 2025 at 12:24 PM Jacob S. Gordon <jacob.as.gor...@gmail.com> wrote: > Hey Premal, > > On 2025-07-01 11:04, Premal P. Vora wrote: > > In an org document I have ordered lists > > > > * Heading 1 title > > a. First item > > b. Second item > > c. Third item > > I think this is because your list items are alphabetical, and > `org-list-allow-alphabetical' is `nil' by default. Are the lists > numbered in the export if you set this to `t' (assuming it isn’t > already)? > > #+begin_src emacs-lisp > (setopt org-list-allow-alphabetical t) > #+end_src > > [0]: https://orgmode.org/manual/Plain-Lists.html#FOOT11 > > Best, > > -- > Jacob S. Gordon > jacob.as.gor...@gmail.com > > ====================== > > Please avoid sending me HTML emails and MS Office documents. > https://useplaintext.email/#etiquette > https://www.gnu.org/philosophy/no-word-attachments.html >