From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: html export of things that look like numbered lists Date: Sat, 23 May 2009 21:46:12 +0200 Message-ID: References: <87tz3by5vc.fsf@wolfram.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7xAo-0002AQ-Na for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:46:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7xAh-00026q-0P for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:46:26 -0400 Received: from [199.232.76.173] (port=52320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7xAg-00026e-K0 for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:46:18 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:45417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7xAg-00021b-5T for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:46:18 -0400 Received: by ewy6 with SMTP id 6so2608418ewy.42 for ; Sat, 23 May 2009 12:46:14 -0700 (PDT) In-Reply-To: <87tz3by5vc.fsf@wolfram.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bill White Cc: emacs-orgmode@gnu.org 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