From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [BUG] Cannot export a raw link Date: Sat, 3 May 2014 20:21:29 +0200 Message-ID: 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; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgeZ5-0000mj-KC for emacs-orgmode@gnu.org; Sat, 03 May 2014 14:21:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgeZ0-0000Bv-F9 for emacs-orgmode@gnu.org; Sat, 03 May 2014 14:21:35 -0400 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]:58742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgeZ0-0000BX-9N for emacs-orgmode@gnu.org; Sat, 03 May 2014 14:21:30 -0400 Received: by mail-qc0-f181.google.com with SMTP id m20so2999978qcx.40 for ; Sat, 03 May 2014 11:21:29 -0700 (PDT) In-Reply-To: <87wqep4ufe.fsf@gmail.com> 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: Org Mode Hi Nicolas On Wed, Apr 16, 2014 at 9:15 AM, Nicolas Goaziou wrote: > 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? I am not 100 % sure whether it is related with the above changes. But could you please check again if the merge conflict in lisp/ox-html.el between maint and master was resolved correctly with your merging commit fffd055ac5e920e744e350a1ad164494aec9fa91 on master? I think on master it should not be (org-link-escape (org-link-unescape (concat type ":" raw-path)) org-link-escape-chars-browser)) but (org-link-escape-browser (org-link-unescape (concat type ":" raw-path)))) like it was after my commit 54e3009d7319e4bece967be165061331070635e5. Michael