Small improvement of maintainability of link escaping
commite04a22ed2d66726dae5c26f89268eedc3082c894
authorMichael Brand <michael.ch.brand@gmail.com>
Sat, 5 Oct 2013 13:00:25 +0000 (5 15:00 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 17 Oct 2013 04:59:00 +0000 (17 06:59 +0200)
treef7de3d8f31d20381cb0f85e22cb249f2fe1ef840
parent4bf9a53cde29b6024062d5d7ab63eb5ac199ee0e
Small improvement of maintainability of link escaping

* lisp/org.el (org-link-escape-chars): Add comment with escape numbers
alphabetically ordered.
(org-link-escape-chars-browser): Add comment with escape numbers.
(org-link-escape): Use better readable char constant instead of number
constant for percent char.
(org-link-escape-browser): New function to substitute duplicate source
code.
(org-open-at-point): Substitute duplicate source code.
* testing/README: Make comment in source code example clearer.
* testing/lisp/test-org.el (test-org/org-link-escape-chars-browser):
Change URL to real use case and use the new function
`org-link-escape-browser'.
lisp/org.el
testing/README
testing/lisp/test-org.el