emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [BUG] Cannot export a raw link
Date: Sat, 3 May 2014 20:21:29 +0200	[thread overview]
Message-ID: <CALn3zoiTs3_p3qS=S-sggAKS39whtO9UYV0VKWs0uUn=FQq1iw@mail.gmail.com> (raw)
In-Reply-To: <87wqep4ufe.fsf@gmail.com>

Hi Nicolas

On Wed, Apr 16, 2014 at 9:15 AM, Nicolas Goaziou <n.goaziou@gmail.com> 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

  parent reply	other threads:[~2014-05-03 18:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-14  9:18 [BUG] Cannot export a raw link Bastien
2014-04-14 11:16 ` Nicolas Goaziou
2014-04-14 17:07   ` Achim Gratz
2014-04-14 19:10     ` Nicolas Goaziou
2014-04-14 19:19       ` Achim Gratz
2014-04-14 20:06         ` Nicolas Goaziou
2014-04-16  7:15           ` Nicolas Goaziou
2014-04-16 18:38             ` Achim Gratz
2014-04-17  6:35             ` Bastien
2014-04-17 11:06               ` Nicolas Goaziou
2014-04-17 11:26                 ` Bastien
2014-04-17 19:51                   ` Nicolas Goaziou
2014-04-17 19:56                     ` Bastien
2014-05-03 18:21             ` Michael Brand [this message]
2014-05-04 19:43               ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALn3zoiTs3_p3qS=S-sggAKS39whtO9UYV0VKWs0uUn=FQq1iw@mail.gmail.com' \
    --to=michael.ch.brand@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).