emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] html export of things that look like numbered lists


From: Carsten Dominik
Subject: Re: [Orgmode] html export of things that look like numbered lists
Date: Sat, 23 May 2009 21:46:12 +0200


On May 23, 2009, at 9:30 PM, Bill White wrote:

How would you code a .org file to produce this sort of html page, which
contains items that look like numbered list elements?

http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html

In that page, a number at the beginning of a line indicates a paragraph
in the original work, so the exported html page needs to respect those
numbers.

Currently, org seems to assume that these are elements of a numbered
list, and renumbers the lines sequentially starting at 1.

You can tell Org that only 1) and not 1. should start a list:

(setq org-plain-list-ordered-item-terminator ?\))

HTH

- Carsten





reply via email to

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