Hi Eric, On 2019-06-28 at 10:55 -02, Fraga, Eric <[email protected]> wrote... > I would like to be able to use org fully with respect to links and > targets. If I define a label in LaTeX directly, \label{an-equation} > for instance, I get no benefit from using an org link to it, e.g. > [[an-equation]]
Why don't you define the link in Org?
#+NAME: eq:foo
\begin{equation}
foo
\end{equation}
-k.
