From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Disable links in Latex export Date: Thu, 26 Apr 2012 06:47:25 -0500 Message-ID: References: <7114.1334167293@alphaville> <87vckmlvu0.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNNAc-0006r1-Vp for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 07:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNNAW-0004Zk-MF for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 07:47:34 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:50340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNNAW-0004Yx-D4 for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 07:47:28 -0400 Received: by bkvi17 with SMTP id i17so1079404bkv.0 for ; Thu, 26 Apr 2012 04:47:25 -0700 (PDT) In-Reply-To: <87vckmlvu0.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com, SW , emacs-orgmode@gnu.org On Thu, Apr 26, 2012 at 3:51 AM, Eric Fraga wrote: > Nick Dokos 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 >> >> =C2=A0 =C2=A0 \usepackage[pdfborder=3D{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. =C2=A0You can do t= hat >> 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=3D{0,0,0}} > > in the org document should be sufficient? > > In practice, I actually do: > > #+latex_header: \hypersetup{colorlinks=3Dtrue} And red isn't my cup of tea, so I use: #+LATEX_HEADER: \hypersetup{colorlinks=3Dtrue,urlcolor=3Dblue} > > 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) > >