On 2019-02-24, Nicolas Goaziou wrote: > Recently[1], issues about link escaping have resurfaced. I'd like to > solve this once and for all.
Good morning, I updated to Org mode version 9.2.1 (9.2.1-33-g029cf6-elpa @ /home/user/.emacs.d/elpa/org-20190225/). 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--- The output is this: --8<---------------cut here---------------start------------->8--- \href{https://en.wikipedia.org/wiki/Red\â\\black\_tree}{Red-black trees} --8<---------------cut here---------------end--------------->8--- Previously, I got: --8<---------------cut here---------------start------------->8--- \href{https://en.wikipedia.org/wiki/Red\%E2\%80\%93black\_tree}{Red-black trees} --8<---------------cut here---------------end--------------->8--- Best wishes Jens