From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: absolute HTML links Date: Sun, 20 Mar 2011 20:58:43 +0800 Message-ID: <87ei62eynw.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=51143 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1IDj-0002Pp-VF for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 08:59:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1IDi-0004e2-Vz for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 08:58:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:56756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1IDi-0004d8-Oi for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 08:58:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q1IDg-000300-8z for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 13:58:56 +0100 Received: from 123.121.215.29 ([123.121.215.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 13:58:56 +0100 Received: from eric by 123.121.215.29 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 13:58:56 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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: link text Right now the link is turned into a file:// protocol. Do I have any recourse here? Thanks! Eric