problems with links
Phillip Lord <[email protected]> Thu, 28 Sep 2006 12:08:21 +0100
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
I know this worked in previous versions, but muse seems to be having problems with a links to non muse files A link like [[./download/ontology.owl][ontology]] is getting translated into <a href="./download/ontology.owl.html">Ontology</a> or [./download/ontology][ontology]] where ontology is a directory is getting translated into <a href="./download/ontology.html">Ontology</a> both of which are incorrect. It might be a little tricky for muse to do the right thing in those cases where there is nothing at the location stated (although there might be for the published form). In my case, though, both the file and the directory exist at the location given, so I think muse is behaving incorrectly. Thanks Phil