From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Append value of #+HTML_LINK_HOME to links relative with paths Date: Mon, 01 Jul 2013 16:11:42 +0200 Message-ID: <87ehbixtcx.fsf@bzg.ath.cx> References: <87obaro5er.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtepY-0004eL-Dz for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 10:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtepX-0003HO-3T for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 10:11:48 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:37854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtepW-0003HJ-Sn for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 10:11:46 -0400 Received: by mail-we0-f180.google.com with SMTP id w56so3362974wes.11 for ; Mon, 01 Jul 2013 07:11:46 -0700 (PDT) Received: from bzg.ath.cx (vol75-5-82-226-35-66.fbx.proxad.net. [82.226.35.66]) by mx.google.com with ESMTPSA id fd3sm16502854wic.10.2013.07.01.07.11.44 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jul 2013 07:11:45 -0700 (PDT) In-Reply-To: <87obaro5er.fsf@bzg.ath.cx> (Bastien's message of "Thu, 27 Jun 2013 19:00:12 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > the attached patch appends the value of #+HTML_LINK_HOME > to links with relative paths in the HTML export. I just pushed a new option `org-html-link-use-abs-url' for this, nil by default. Setting it to `t' will prepend the URL in HTML_LINK_HOME to the relative path in the exported output. -- Bastien