emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Disable links in Latex export


From: Eric Fraga
Subject: Re: [O] Disable links in Latex export
Date: Thu, 26 Apr 2012 18:21:35 +0930
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux)

Nick Dokos <address@hidden> writes:


[...]

> If all you care about is the *appearance*, rather than the existence of
> links, however, you can use hyperref package options to influence
> that. For example
>
>     \usepackage[pdfborder={0,0,0}]{hyperref}
>
> will get rid of the red boxes around the links in the TOC: they are
> still links, they are just not that obvious any more.  You can do that
> by customizing the org-export-latex-default-packages-alist variable:
> just add the above option (without the square brackets) to the hyperref
> package entry.

adding the line

#+latex_header: \hypersetup{pdfborder={0,0,0}}

in the org document should be sufficient?

In practice, I actually do:

#+latex_header: \hypersetup{colorlinks=true}

which still colours the links but gets rid of the ugly boxes.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1
: using Org-mode version 7.8.06 (release_7.8.06.181.g67694.dirty)




reply via email to

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