From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: LaTeX Export Date: Thu, 10 Aug 2017 08:35:28 -0700 Message-ID: <877eybh1vj.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfpRj-0006wJ-0P for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 11:32:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfpRg-0001lO-DT for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 11:32:27 -0400 Received: from mail-pf0-x22c.google.com ([2607:f8b0:400e:c00::22c]:34359) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dfpRg-0001kV-3j for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 11:32:24 -0400 Received: by mail-pf0-x22c.google.com with SMTP id o86so4480473pfj.1 for ; Thu, 10 Aug 2017 08:32:22 -0700 (PDT) In-Reply-To: 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" To: Scott Randby , emacs-orgmode@gnu.org Hi Scott, Scott Randby writes: > I tried this in the properties associated with a subtree: > > :export_latex_header: > \hypersetup{pdfauthor={foo},pdftitle={foo},pdfsubject={foo},pdfkeywords={foo},pdfproducer={foo},pdfcreator={foo}} > > Unfortunately, all the other LaTeX headers are unrecognized when > I do this. If you put the subtree-specific hypersetup in each subtree's EXPORT_LATEX_HEADER_EXTRA property, and the common stuff in #+LATEX_HEADER lines, I think it should do what you want. Org should combine these properties rather than using the subtree property to override the global ones. Hope that helps! -- Best, Richard