From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Burt Subject: Re: LaTeX export TOC decorations : how to Date: Sat, 08 Mar 2014 09:19:35 -0500 Message-ID: References: <531B1460.70206@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMI6J-0002pX-74 for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 09:19:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMI6D-0004cf-M7 for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 09:19:43 -0500 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:39912 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMI6D-0004cX-II for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 09:19:37 -0500 In-Reply-To: <531B1460.70206@free.fr> (FAb's message of "Sat, 08 Mar 2014 14:00:16 +0100") 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: FAb <0xfab@free.fr> Cc: org mode FAb <0xfab@free.fr> writes: > Hi, > When I org-export in pdf the items in TOC have red box around them like > "decoration" for link in css. > How can I get ride of them ? > Or how to customize this stuff ? The boxes come from the default setup of hyperref in LaTeX and the behavior can be customized via ~\hypersetup{}~. Here is an example on a file basis that changes the link identification from a box to a text color (~colorlinks=true~) and then specifies the particular color (~linkcolor=blue~): #+LaTeX_HEADER: \hypersetup{colorlinks=true, linkcolor=blue} Refer to the Extension Options of the hyperref manual[fn:1] for more details and possibilities. [fn:1] http://mirror.unl.edu/ctan/macros/latex/contrib/hyperref/doc/manual.pdf > > Thanks > > -- Tim Burt www.rketburt.org "It is healthful to every sane man to utter the art within him;" -- GK Chesterton