From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: LaTeX Export Packages Date: Fri, 29 Jul 2011 16:55:27 -0400 Message-ID: <4E331E3F.8040002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmu5l-0004Ys-Ij for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 16:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmu5k-0004I2-Oj for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 16:55:33 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:34109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmu5k-0004Hx-L8 for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 16:55:32 -0400 Received: by iyb14 with SMTP id 14so5551483iyb.0 for ; Fri, 29 Jul 2011 13:55:31 -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: "[Orgmode]" The package hyperref is one of the default packages listed in org-export-latex-default-packages-alist. I want to add some options to this package for some files but not for others. I have tried adding the following to my file: #+LATEX_HEADER: \usepackage[colorlinks=true,urlcolor=blue,linkcolor=blue]{hyperref} When I export, I get an error because hyperref appears twice in the TEX file. 1. I don't want to edit the exported LaTeX file to add the hyperref options. 2. I don't want to customize org-export-latex-default-packages-alist to include the options for hyperref because I don't always want those options. 3. I don't want to delete hyperref from org-export-latex-default-packages-alist because I might forget to add it in some file that will be exported to LaTeX. 4. I'd rather not customize my .emacs because the options I want for hyperref vary from file to file. I would like some way to add options in an org-mode file to the packages that appear in org-export-latex-default-packages-alist. Maybe something similar to #+LaTeX_CLASS_OPTIONS: will be possible. But this doesn't look easy to me. Should I learn how to do publishing? Scott Randby