Revision: muse--main--1.0--patch-318
Archive: [EMAIL PROTECTED]
Creator: Michael Olson <[EMAIL PROTECTED]>
Date: Sat Dec 24 22:15:36 EST 2005
Standard-date: 2005-12-25 03:15:36 GMT
Modified-files: ChangeLog examples/QuickStart.muse
lisp/muse-html.el lisp/muse-publish.el
lisp/muse-xml-common.el
New-patches: [EMAIL PROTECTED]
Summary: Fix a markup error involving links like [[#foo]].
Keywords:
* examples/QuickStart.muse: Move <contents> higher. Remove <comment>
tags around the centered text.
* lisp/muse-html.el (muse-html-markup-regexps): Cosmetic change.
(muse-html-markup-strings): Remove table-group strings, since they
aren't valid (X)HTML like I had thought. Change center to use <p>
rather than <span>.
(muse-html-insert-anchor): Remove.
(muse-html-markup-anchor): Respect the noemphasis property. This fixes
a bug with links like [[#foo]].
(muse-html-markup-footnote): Insert the correct footnote number.
* lisp/muse-publish.el (muse-publish-markup-regexps): Make noemphasis
rule higher than anchor rule.
(muse-publish-markup-anchor): Respect the noemphasis property.
* lisp/muse-xml-common.el (muse-xml-markup-anchor): Respect the
noemphasis property.