From: Carsten Dominik <carsten.dominik@gmail.com>
To: Bill White <billw@wolfram.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: html export of things that look like numbered lists
Date: Sat, 23 May 2009 21:46:12 +0200 [thread overview]
Message-ID: <DC1B48F4-09AB-455A-8BB7-2747F139B6F7@gmail.com> (raw)
In-Reply-To: <87tz3by5vc.fsf@wolfram.com>
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
next prev parent reply other threads:[~2009-05-23 19:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-23 19:30 html export of things that look like numbered lists Bill White
2009-05-23 19:45 ` Bill White
2009-05-23 19:46 ` Carsten Dominik [this message]
2009-05-23 20:21 ` Bill White
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DC1B48F4-09AB-455A-8BB7-2747F139B6F7@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=billw@wolfram.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.