From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: latex packages savetrees is persisting in my org-mode exporter Date: Fri, 20 Dec 2013 14:51:29 -0500 Message-ID: <87r4977132.fsf@alphaville.bos.redhat.com> References: <52B48F7B.8000301@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu66x-0004Xh-Ay for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 14:51:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu66r-0002cB-Bm for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 14:51:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:57827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu66r-0002c7-52 for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 14:51:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vu66m-0000WC-Ow for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 20:51:40 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 20:51:40 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 20:51:40 +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 "Christopher W. Ryan" writes: > ... > #+latex_header: \usepackage{savetrees} > > ... > > But now every time I export a different subtree of that same org file, a > subtree that does not contain any mention of savetrees, to pdf, the > savetrees package is still loaded and used. How do I stop it? > Delete the #+latex_header line from the file: just because you placed it in a subtree does not make it subtree-local in scope. Nick