From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Lotz Subject: Different set of packages for LaTeX export Date: Thu, 1 Oct 2015 20:44:26 +0200 Message-ID: <20151001204426.6393bd1d@arcor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhiqY-0001Zi-B0 for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 14:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhiqV-0005Mg-0s for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 14:44:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:33374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhiqU-0005MW-Pm for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 14:44:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZhiqS-000242-Sj for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 20:44:44 +0200 Received: from p4fff2459.dip0.t-ipconnect.de ([79.255.36.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2015 20:44:44 +0200 Received: from manfred.lotz by p4fff2459.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2015 20:44:44 +0200 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 Hi all, I have configured LaTeX export for using xelatex. For this I have defined a list of packages in org-latex-default-packages-alist. One of those packages is hyperref with certain options. When creating a normal document, e.g. using class article that works fine. When creating slides, i.e using beamer I get an option clash during compiling the tex file because beamer did already load hyperref. How can I solve it? Could I have a different package list if the class is beamer? -- Manfred