emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+


From: Kyeong Soo (Joseph) Kim
Subject: Re: [O] Changed behaviours of LaTeX exporter in version 8.0+
Date: Mon, 29 Sep 2014 17:59:08 +0800

Hello,

On Mon, Sep 29, 2014 at 4:53 PM, Rasmus <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]