> 3. Configuring paths to images
>
> #+ATTR_HTML: alt="BC Crandall"
> [[/sites/a.png]]
>
> Exports to:
>
> <img src="g:/sites/a.png" alt="BC Crandall"/></p>
>
> One win; one fail.
>
> #+ATTR_HTML: works fine!
>
> But I'd like the path to be <img src="/sites/a.png" ..
> without "g:"
>
>
> --------------------------------------------------
>
> 4. Paths to files
>
> [[/sites/my-file][My link]]
>
> Exports to:
>
> <a href="file://g:/sites/my-file">My link</a>
>
> How can I keep the path "as it was", and get this:
>
> <a href="/sites/my-file">My link</a>
>
> without "file://g:"
>
>
> --------------------------------------------------
>
I will respond to 3 and 4 separately. I need to look at this area
closely. (I know nothing about HTML or HTML exporter.)
What is "g:/" here. Is it the publishing directory or the current
directory. Given that, does removing the leading "g:/" a specific
requirement of yours or is it generally useful to anyone.