From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: [RFC] Fixing link encoding once and for all Date: Wed, 27 Feb 2019 13:57:38 +0100 Message-ID: <87o96xv16l.fsf@wi.uni-muenster.de> References: <87tvguyohn.fsf@nicolasgoaziou.fr> <87wollvemz.fsf@wi.uni-muenster.de> <87h8cpcw1o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyzCw-0001a4-5g for emacs-orgmode@gnu.org; Wed, 27 Feb 2019 08:25:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyzCs-0000oH-2d for emacs-orgmode@gnu.org; Wed, 27 Feb 2019 08:25:08 -0500 Received: from zivm-wwu2-1.uni-muenster.de ([128.176.192.5]:2024 helo=zivm-wwu2.uni-muenster.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gyzCr-0000ha-J9 for emacs-orgmode@gnu.org; Wed, 27 Feb 2019 08:25:06 -0500 Received: from localhost (D-3140W19.WIWI.UNI-MUENSTER.DE [128.176.158.169]) by udc-mail.uni-muenster.de (Postfix) with ESMTP id 73FC220ADF2D for ; Wed, 27 Feb 2019 13:57:38 +0100 (CET) Received: from user by localhost with local (Exim 4.84_2) (envelope-from ) id 1gyymI-000270-Bk for emacs-orgmode@gnu.org; Wed, 27 Feb 2019 13:57:38 +0100 In-Reply-To: <87h8cpcw1o.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 27 Feb 2019 12:25:55 +0100") 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" To: Org Mode List On 2019-02-27, Nicolas Goaziou wrote: > Hello, > > Jens Lechtenboerger writes: > >> When exporting the following link to LaTeX, the decoding fails. >> >> --8<---------------cut here---------------start------------->8--- >> [[https://en.wikipedia.org/wiki/Red%E2%80%93black_tree][Red-black trees]] >> --8<---------------cut here---------------end--------------->8--- > > According to my suggestion in this thread, this link should be written > > [[https://en.wikipedia.org/wiki/Red%25E2%2580%2593black_tree][Red-black= trees]] > > i.e., either you wrote it by hand, or `org-insert-link' failed. I copied that from the address bar of my browser, probably two years ago. Today, I was surprised by a compilation failure. > With the \-escape solution suggested by Neil, it would be correctly > processed without additional change. Of course, that would entail other > difficulties. You mentioned Windows file names. I=E2=80=99m not affected by that. URLs in my Org files neither contain =E2=80=9C[=E2=80=9D nor =E2=80=9C\=E2=80=9D= (but lots of =E2=80=9C%=E2=80=9D). So the suggestion by Neil would be fine for me. Best wishes Jens