Fix bug with linking to Muse project files when muse-file-extension is nil
commitcd9369853d306cf8893a636ff05e4edc7446ed27
authorMichael W. Olson <mwolson@gnu.org>
Mon, 13 Aug 2007 00:31:42 +0000 (12 20:31 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Mon, 13 Aug 2007 00:31:42 +0000 (12 20:31 -0400)
tree07b8a3685b12245dc8f0e469eee3132681b220a5
parent6e6e3551b58de5da6eddf69dac0de3b33e244e24
Fix bug with linking to Muse project files when muse-file-extension is nil

* lisp/muse-project.el (muse-project-resolve-directory): New function
  that figures out the directory part of the path that provides a link to
  a page.
  (muse-project-resolve-link): Expand docstring.  Use the new function.
  Don't call muse-publish-link-file, because that does the wrong thing
  when we have muse-file-extension set to nil.  Thanks to Sebastian
  Obermanns for the report.

* lisp/muse-publish.el (muse-publish-link-name, muse-publish-link-file)
  (muse-publish-link-page): Add docstrings so that I can remember what
  each of these things do.

* lisp/muse.el (muse-page-name): Improve docstring.
ChangeLog
lisp/muse-project.el
lisp/muse-publish.el
lisp/muse.el