ox-html: Handle external fuzzy links
commit3e95e859cd170bd46815d3c88fa9155ff34a721b
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 22 Feb 2013 23:03:22 +0000 (23 00:03 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 22 Feb 2013 23:05:10 +0000 (23 00:05 +0100)
treed4a43f2d3bddd90026cf13cb59e09c5d9b5c8bb7
parent93a70ac59805bb270d15e951a14be63b9eb1d553
ox-html: Handle external fuzzy links

* lisp/ox-html.el (org-html-link): Resolve external links with search
  options like [[file.org::#custom-id]] or
  [[file.org::*headline-search]].

In particular, this allows to resolve completely links produced by
index generation during publishing.
lisp/ox-html.el