From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: 8.3.1 and org-latex-with-hyperref Date: Sat, 08 Aug 2015 14:35:40 -0400 Message-ID: <55C64BFC.4020000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8yA-0007B9-AN for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:35:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO8y6-0000up-6O for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:35:46 -0400 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:34353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8y6-0000ul-0i for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:35:42 -0400 Received: by iodb91 with SMTP id b91so78352828iod.1 for ; Sat, 08 Aug 2015 11:35:41 -0700 (PDT) Received: from [192.168.1.109] (cpe-184-56-99-2.neo.res.rr.com. [184.56.99.2]) by smtp.gmail.com with ESMTPSA id a8sm2256338igo.2.2015.08.08.11.35.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Aug 2015 11:35:41 -0700 (PDT) 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-org list What happened to the variable org-latex-with-hyperref? It is missing in 8.3.1 and I need it. I have this set to nil so that I can can use the following in my documents #+LATEX_HEADER: \hypersetup{...} How do I now prevent org from automatically inserting \hypersetup{...} when exporting to LaTeX? Scott Randby