Max Nikulin <[email protected]> writes:
> Human-readable link targets are susceptible to collisions. So ox-latex
> should support links to particular locations in the specified files,
> either an Org one or inside external PDF files. Code from ox-html should
> be adapted for ox-latex.
>
> [[file:test.pdf::#anchor][Another document]]
> -> \href{test.pdf\#anchor}{Another document}
AFAIK, this kind of URL cannot be opened except when opening pdf in
browser.
> [[file:test.org::#anchor][Another document]]
> Either for xr-hyper
> -> Another document \ref{f1-orgabc123}
> with \label{orgabc123} in test.tex
> or with redefined \label to generate additional \hypertarget
> -> \href{test.pdf\#anchor}{Another document}
And this does not fit into single-document exports. We must export
multiple files via ox-publish. ...and ox-publish does not support pdf
export.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>