Hello, On Mon, Sep 29, 2014 at 4:53 PM, Rasmus wrote: > > > If you don't want to use hyperref (i) make sure your sections are > numbered (e.g. #+OPTIONS: num:5) and (ii) make sure that you are not > giving links a description. Here's an example: > > * test my heading > :PROPERTIES: > :CUSTOM_ID: t > :END: > [[*test my heading][my funky label]] > [[*test my heading]] > [[#t]] > > → > > \section{test my heading} > \label{sec-1} > \hyperref[sec-1]{my funky label} > \ref{sec-1} > \ref{sec-1} > > —Rasmus > > -- > May the Force be with you > > > This is exactly what I wanted to do for cross-referencing in LaTeX export. With this, now I can use my org files as I did with version 7.x (except for the description in the link). It would have been much better to have this information in the manual (like those for cross-referencing in LaTeX in the older version of manual). Or, is this already described there? Anyhow, great thanks for this information! Regards, Joseph