From mboxrd@z Thu Jan 1 00:00:00 1970 From: ""@mysql1.xlhost.de Subject: [PATCH] org-html.el: Don't add link type if link is relative Date: Sat, 22 May 2010 17:18:28 +0200 Message-ID: <46642.5821454779$1274541645@news.gmane.org> References: <9D6CA50A-E027-409F-BA0A-70175CD01F5D@uva.nl> Return-path: Received: from [140.186.70.92] (port=38402 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFqU0-0007dw-44 for emacs-orgmode@gnu.org; Sat, 22 May 2010 11:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFqTy-0000m2-SK for emacs-orgmode@gnu.org; Sat, 22 May 2010 11:19:23 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:49278) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFqTy-0000li-Ks for emacs-orgmode@gnu.org; Sat, 22 May 2010 11:19:22 -0400 In-Reply-To: <9D6CA50A-E027-409F-BA0A-70175CD01F5D@uva.nl> 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 From: David Maus Patch available on git://github.com/dmj/dmj-org-mode.git quickfix New link formating broke usage of relative links in a website project. HTH -- David David Maus (1): Don't add url type if link is relative. lisp/ChangeLog | 3 +++ lisp/org-html.el | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-)