From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] Cannot export a raw link Date: Thu, 17 Apr 2014 08:35:54 +0200 Message-ID: <87a9bka2et.fsf@bzg.ath.cx> 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> <87wqep4ufe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wafvc-0002ZP-W2 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:36:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WafvT-0003Ra-8B for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:36:08 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:55742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WafvT-0003RQ-1G for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:35:59 -0400 Received: by mail-wi0-f177.google.com with SMTP id cc10so345510wib.4 for ; Wed, 16 Apr 2014 23:35:58 -0700 (PDT) In-Reply-To: <87wqep4ufe.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 16 Apr 2014 09:15:01 +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: Nicolas Goaziou Cc: Achim Gratz , emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > 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. Indeed, please go ahead with this plan when you can. Also, `org-open-at-point' needs to correctly deal with links like mailto:john@doe.com?subject=Test -- I think it used to work but the subject is not parsed correctly here. Thanks, -- Bastien