From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: LaTeX export TOC decorations : how to Date: Sun, 09 Mar 2014 07:51:21 -0400 Message-ID: <87d2hvd1za.fsf@gmail.com> References: <531B1460.70206@free.fr> <87ha78d883.fsf@gmail.com> <531C4964.9070106@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMcGb-0003Qh-VM for emacs-orgmode@gnu.org; Sun, 09 Mar 2014 07:51:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMcGU-0001Bw-LZ for emacs-orgmode@gnu.org; Sun, 09 Mar 2014 07:51:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:44656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMcGU-0001Bq-F6 for emacs-orgmode@gnu.org; Sun, 09 Mar 2014 07:51:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WMcGT-0004eQ-4x for emacs-orgmode@gnu.org; Sun, 09 Mar 2014 12:51:33 +0100 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Mar 2014 12:51:33 +0100 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Mar 2014 12:51:33 +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: emacs-orgmode@gnu.org FAb <0xfab@free.fr> writes: > On 03/08/2014 04:24 PM, Nick Dokos wrote: > When I use that "\hypersetup" in #+LATEX_HEADER the job is perfectly done. > > But I don't find the "org-latex-hyperref-template" and if I delcare it > in my .emacs, nothing changes. > Are you sure about this name ? That's the name in org 8.0 or later. If you are using a 7.x version of org, many names are indeed different. My advice would be to upgrade to a more recent org: these name changes are a continuing source of problems, so the sooner everybody upgrades, the sooner we can put these problems behind us. > Closest variables : > org-export-latex-hyperref-format > org-export-latex-hyperref-options-format > org-latex-with-hyperref > The variable corresponding to org-latex-hyperref-template was org-export-latex-hyperref-options-format. Its default value (in org 7.9.4) was "\\hypersetup{\n pdfkeywords={%s},\n pdfsubject={%s},\n pdfcreator={Emacs Org-mode version %s}}\n" -- Nick