Remove unnecessary link unescape
commit5a373f649e19155cab9fd43c0b22c86446a70ebf
authorDavid Maus <dmaus@ictsoc.de>
Sun, 11 Sep 2011 14:01:59 +0000 (11 16:01 +0200)
committerDavid Maus <dmaus@ictsoc.de>
Sun, 11 Sep 2011 14:50:43 +0000 (11 16:50 +0200)
tree40a660a949d090e8750cdb3521bc8246610f5d51
parentbae8dfed77219bc3133088e171886a0859b03647
Remove unnecessary link unescape

* org-html.el (org-html-handle-links): Remove unnecessary link
unescape.

PATH is already unescaped and should never be escaped twice. Big
thanks to Jambunathan K for analyzing the problem.
lisp/org-html.el