Package: emacs-wiki
Version: 2.70-3
Severity: normal

With the following minimal configuration:

(progn
  (require 'emacs-wiki)
  (setq emacs-wiki-projects '(("Test"))
        emacs-wiki-directories '("/tmp/Wiki")
        emacs-wiki-publishing-directory "/tmp/WebWiki"))

a Wiki page containing:

Paragraphs that contain a number at the end of a sentence like this
2005.  Apparently look like a list has started?

is interpreted as the second line starting an enumerated list.  The
generated HTML includes:

    <!-- Page published by Emacs Wiki begins here -->
<p>
Paragraphs that contain a number at the end of a sentence like this

</p>

<ol>
<li>Apparently look like a list has started?
</li>
</ol>

    <!-- Page published by Emacs Wiki ends here -->

Can this situation be protected against somehow?

Thanks,

Matt

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages emacs-wiki depends on:
ii  emacs21 [emacsen]             21.4a-3    The GNU Emacs editor
ii  xemacs21                      21.4.17-2  highly customizable text editor
ii  xemacs21-nomule [xemacs21]    21.4.17-2  highly customizable text editor --

emacs-wiki recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to