Can anyone help?
I am exporting a directory of GIF images with:
(export-url "/gifs/" :directory "recursive-p t)
so I can link to them in Web pages. However, some of the filenames contain
spaces, eg "my font.gif", and it doesn't seem to work whether I put:
<a href="http://www.mysite.com/my%20font.gif">Link</a>
or:
<a href="http://www.mysite.com/my font.gif">Link</a>
Is there some way I can turn on escaping of filenames on export, or do I
need to do this by hand somehow?
David Johnson-Davies
+------------------------------------------------------------+
David Johnson-Davies, Human-Computer Interface Ltd
17 Signet Court, Swanns Road, Cambridge, CB5 8LA, England.
Tel: +44 1223 314934, Fax: +44 1223 462562
Email: david@xxxxxxxxxxxxxxx, Web: http://www.interface.co.uk/
+------------------------------------------------------------+
|