Qqwy/Wiebe-Marten <q...@gmx.com> writes:
> With `org-list-allow-alphabetical` on, it is possible to use syntax like > > `a.`, `b.`, `c.` to create lists. > > However, the LaTeX that is exported will still create normal `enumerize` > lists that do /not/ show up as alphabetical but rather still use `1.`, > `2.`, `3.` for numbering. > > I think this current behaviour is at the very least surprising, and > possibly unintended. To fix this I think we will probably require: \renewcommand{\theenumi}{\alph{enumi}} Which will need i's added to match the depth (e.g. \thenumii). I expect this can be done within the enum env. -- Timothy