Re: [O] [PATCH] lisp/org.el: make org-open-at-point handle parens in encoded urls correctly

2017-08-11 Thread Marc Ihm
Am 11.08.2017 um 18:10 schrieb Nicolas Goaziou: Hello, Marc Ihm writes: the attached patch changes org-open-at-point in org.el: Currently, when opening an url the function org-open-at-point uses the variable path, which is the result of applying org-link-unescape on the original url. Thus, a

Re: [O] [PATCH] lisp/org.el: make org-open-at-point handle parens in encoded urls correctly

2017-08-11 Thread Nicolas Goaziou
Hello, Marc Ihm writes: > the attached patch changes org-open-at-point in org.el: > > Currently, when opening an url the function org-open-at-point uses the > variable path, which is the result of applying org-link-unescape on > the original url. Thus, all special chars like '() "' etc. which we

[O] [PATCH] lisp/org.el: make org-open-at-point handle parens in encoded urls correctly

2017-08-10 Thread Marc Ihm
Hi, the attached patch changes org-open-at-point in org.el: Currently, when opening an url the function org-open-at-point uses the variable path, which is the result of applying org-link-unescape on the original url. Thus, all special chars like '() "' etc. which were originally encoded like