On Thu, Apr 26, 2012 at 3:51 AM, Eric Fraga <e.fr...@ucl.ac.uk> wrote: > Nick Dokos <nicholas.do...@hp.com> 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}
And red isn't my cup of tea, so I use: #+LATEX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue} > > 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) > >