Phillip Lord <[EMAIL PROTECTED]> writes:

> I've been having problems recently with links of the form
>
> [[thing.owl]]
>
> which get interpreted into HTML as 
>
> <a href="thing.owl.html">thing.owl</a>
>
> which is not what I wanted. But 
>
> [[thing.tgz]]
>
> gives
>
> <a href="thing.zip">thing.tgz<a/>
>
> which is what I expected. 

I've checked in some changes that now try to see whether a filename or
path in a link (in this case, "thing.owl") exists.  If so, use that
name without further modification.  Otherwise, apply the usual
transforms (removing stuff in muse-ignored-extensions and adding
muse-file-extension to the end).

Does this provide the functionality that you want?  I've seen people
use periods in page names before, so I'd rather not make that change
to muse-file-regexp.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
 |_] | \| |_| Reclaim your digital rights by eliminating DRM.
      See http://www.defectivebydesign.org/what_is_drm for details.

Attachment: pgpWZjEo5ZkCQ.pgp
Description: PGP signature

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to