From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Fraga Subject: Re: Disable links in Latex export Date: Thu, 26 Apr 2012 18:21:35 +0930 Message-ID: <87vckmlvu0.fsf@ucl.ac.uk> References: <7114.1334167293@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNKQg-0000vN-QQ for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNKQa-000778-Mc for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:51:58 -0400 Received: from am1ehsobe005.messaging.microsoft.com ([213.199.154.208]:8088 helo=am1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNKQa-00076t-D3 for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:51:52 -0400 In-Reply-To: <7114.1334167293@alphaville> (Nick Dokos's message of "Wed, 11 Apr 2012 14:01:33 -0400") 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 Cc: emacs-orgmode@gnu.org, SW 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 > > \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)