Thanks for this quick answer. I have never built Org-mode myself (always relied on ELPA), but will give it a go and will report.

Anyway, thank you for your dedication. Org is really a great tool !

Sébastien


2014/1/1 Nicolas Goaziou <n.goaziou@gmail.com>
Hello,

Sébastien Brisard <sebastien.brisard@m4x.org> writes:

> If I instead write
>
>  [[file:./references.org::HASH1962][Hashin and Shtrikman (1962)]]
>
> (without the #), then the behaviour is the exact opposite
> 3. in Emacs, the link (including the dedicated target) is found
> 4. in the exported HTML file, the link is incomplete (<a
> href="./references.html">...</a>)
>
> What I would like is 2 + 3...

I have pushed a change to html back-end (in master branch) so that an
unresolved option should still appear in the exported link. IOW,

  [[file:./file.org::target][...]]

will become

  <a href="./file.html#target">...</a>

This is slightly different from link resolution in a single buffer,
because, in the case above, a headline named "* target" will have
priority over a "<<target>>".


Regards,

--
Nicolas Goaziou