Re: problems with links
Na Li <[email protected]> Thu, 16 Nov 2006 16:30:19 -0600
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Organization | University of Minnesota, Twin Cities |
| Message-ID | <[email protected]> |
On 28 Sep 2006, Phillip Lord wrote: > 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> There is a muse-file-regexp variable in muse-regexps.el that seems to control which names are considered to be muse links, which are files. It seems to me that the default should include any names that have a trailing '.*' (external files) or '/' (for directory). Michael