From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] Cannot export a raw link Date: Wed, 16 Apr 2014 09:15:01 +0200 Message-ID: <87wqep4ufe.fsf@gmail.com> References: <87mwfofewj.fsf@bzg.ath.cx> <87ob04gnz1.fsf@gmail.com> <87y4z7rgas.fsf@Rainer.invalid> <87d2gjhglr.fsf@gmail.com> <87ha5vra6p.fsf@Rainer.invalid> <877g6rhe00.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaK3X-0003uu-Ls for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 03:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaK3O-0007PM-Ky for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 03:14:51 -0400 In-Reply-To: <877g6rhe00.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 14 Apr 2014 22:06:55 +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: Achim Gratz Cc: Bastien , emacs-orgmode@gnu.org I suggest the following for the 8.2.6 release: - revert the whole patches line - at the parser level - if scheme is not "file" or derived (e.g., "file+sys" or "docview"), assume PATH is a correct URI and do not change anything ; - otherwise, if PATH is absolute and do not start with two or more slashes, append "//" to it ; - at the back-ends level, simply add "file:" if PATH is absolute and use PATH otherwise. I think it is sufficient for 8.2.6. We can still discuss if more parsing is needed for 8.3. WDYT? Regards, -- Nicolas Goaziou