Gmane
From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Subject: absolute HTML links
Newsgroups: gmane.emacs.orgmode
Date: 2011-03-20 12:58:43 GMT (1 year, 9 weeks, 19 hours and 5 minutes ago)
I just know I'm going to get pointed to a bit of documentation I haven't
come across, but…

I've made a link abbreviation that I want to export to HTML directly as
an absolute link:

#+LINK: mylink  /absolute/url/%s/

I'd like [[mylink:bob][link text]] to export as:

<a href="/absolute/url/bob/">link text</a>

Right now the link is turned into a file:// protocol.

Do I have any recourse here?

Thanks!
Eric