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

Reply via email to