emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Roman numerals in ordered lists


From: Rasmus
Subject: Re: [O] Roman numerals in ordered lists
Date: Sun, 21 Sep 2014 11:14:41 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

Hi Vikas,

Vikas Rawal <address@hidden> writes:

> How can I use roman numerals in ordered lists in an org document?  I
> need them in html and latex exports.

Try this document

#+LATEX_HEADER: \renewcommand{\theenumi}{\Roman{enumi}}
#+HTML_HEAD: <style type"text/css">ol {list-style-type: upper-roman;}</style>
1. en
2. to
3. tre

There's also `org-export-number-to-roman (n)' so I guess you could
overlay with roman numbers in the buffer as well, if you really
wanted.

—Rasmus

-- 
This space is left intentionally blank




reply via email to

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