Fix image-link goof-up and add pretty titles.
commita9748ffd0764bd5c6c233cad22b56f3a9a9650ee
authorMichael Olson <mwolson@gnu.org>
Sat, 9 Jul 2005 07:41:44 +0000 (9 07:41 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 9 Jul 2005 07:41:44 +0000 (9 07:41 +0000)
tree399f6b6921663597a8775167f45981e826e44607
parent6cfcf6f70ac1bf4ab96aa8e817b8a0f1f9126c36
Fix image-link goof-up and add pretty titles.

* lisp/muse-html.el (muse-html-markup-paragraph): Use <p
  class="image-link"> instead of <div class="image-link">.  I found a bug
  with the way I was handling both, so I decided to simplify things.

* lisp/muse-wiki.el (muse-wiki-output-name): New function that acts like
  `muse-publish-output-name', but keeps the directory prefix.
  (muse-wiki-transform-interwiki): Use `muse-publish-output-name'.

* lisp/muse-wiki.el (muse-wiki-publish-small-title-words): New
  customizable option that determines the words to downcase in title.
  (muse-wiki-publish-pretty-title): New function that Makes a Nicely
  Capitalized Title out of either a string or the current title.  This is
  not currently used by any other function -- for now it is meant to be
  called by the user.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-117
ChangeLog
lisp/muse-html.el
lisp/muse-wiki.el