ox-html.el (org-html-link): Fix handling of abbreviated links which include a file...
commitd660979a0eef4457b861687a46b62c5dd31aec3f
authorBastien Guerry <bzg@altern.org>
Fri, 15 Mar 2013 13:31:13 +0000 (15 14:31 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 15 Mar 2013 13:31:13 +0000 (15 14:31 +0100)
treea2ebbec7b125ab952a43b76a520954e62e1506a5
parent4eba81e5f41273c400d67409c79b5881cd39237a
ox-html.el (org-html-link): Fix handling of abbreviated links which include a file: protocol

* ox-html.el (org-html-link): Fix handling of abbreviated
links which include a file: protocol.

Before the patch, exporting this buffer does not export the link correctly:

#+LINK: test file:my.file::%s

[[test::search]]
lisp/ox-html.el