On Wed, Nov 23 2016, Arkady Grudzinsky wrote: > org-mode 9.0 seems to generate random figure labels instead of > the ones specified in #+NAME:, so the cross-references do not work.
Figured out that the LaTeX reference syntax does not work anymore. But the org-mode reference [[fig:tcprofile]] does. OK. Makes sense. > > .org source: > ,---- > | Temperature profile is shown in Fig. \ref{fig:tcprofile}. > | > | #+NAME: fig:tcprofile > | #+CAPTION: Temperature Cycling Profile > | [[./tc_profile.png]] > `---- > > .tex output: > ,---- > | Temperature profile is shown in Fig. \ref{fig:tcprofile}. > | > | \begin{figure}[htbp] > | \centering > | \includegraphics[width=.9\linewidth]{./tc_profile.png} > | \caption{\label{fig:orgceb3fa6} > | Temperature Cycling Profile} > | \end{figure} > `---- > > PDF output: > > ,---- > | Temperature profile is shown in Fig. ??. > `---- > > Is this a new feature or a bug? -- Arkady