Fix publishing bug introduced in last patch.
commit8d21c1ebd69ab07d288fa61c77177eef15ca3632
authorMichael Olson <mwolson@gnu.org>
Tue, 4 Jul 2006 05:00:35 +0000 (4 05:00 +0000)
committerMichael Olson <mwolson@gnu.org>
Tue, 4 Jul 2006 05:00:35 +0000 (4 05:00 +0000)
treeeb8153e1d21635a85717701846bd58e5bf6578a0
parent6e47449fc48a11f0c015203f75527537731628c3
Fix publishing bug introduced in last patch.

* lisp/muse-project.el (muse-current-output-style): New variable that
  holds the output style that is currently being used to publish a file.
  (muse-project-page-file): When a subdirectory is used, only record
  matches.  Sort using matches, not entire list.
  (muse-project-resolve-link): Docfix.
  (muse-project-current-output-style): New function that returns the
  current output style.
  (muse-project-link-page): Use the local output style, not the other
  kind of style.
  (muse-project-publish-file): Set muse-current-output-style.

* lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
  muse-current-output-style.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-161
ChangeLog
lisp/muse-project.el
lisp/muse-wiki.el