Fix opening custom ID links with percent escaped syntax
commitcd60a35fe1088ac9d42e324968df04d36b7f0668
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Nov 2018 22:55:05 +0000 (26 23:55 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Nov 2018 22:56:17 +0000 (26 23:56 +0100)
tree37f4caadcc14395701e3755274e2be3e721c071b
parent32a7305ddaca97334b380829f063ad95b0f59d3b
Fix opening custom ID links with percent escaped syntax

* lisp/org.el (org-open-at-point): Un-escape percent escaped path.
* testing/lisp/test-org.el (test-org/custom-id): Add test.

Reported-by: stardiviner <numbchild@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-11/msg00303.html>
lisp/org.el
testing/lisp/test-org.el