emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [BUG] Cannot export a raw link


From: Michael Brand
Subject: Re: [O] [BUG] Cannot export a raw link
Date: Sat, 3 May 2014 20:21:29 +0200

Hi Nicolas

On Wed, Apr 16, 2014 at 9:15 AM, Nicolas Goaziou <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]