[O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Christopher W. Ryan
I had been running Org mode version 7.9.3f, but I needed a feature only available in version 8, so I upgraded, by downloading from the Org website, and using comment characters in my .emacs file, like this: ;; Load org-mode ; (add-to-list 'load-path c:/Org/org-7.9.3f/lisp) ; (add-to-list

Re: [O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Nick Dokos
Christopher W. Ryan cr...@binghamton.edu 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

Re: [O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Christopher W. Ryan
Thanks! Very interesting. I would not have thought of that. Especially since the offending line of code appears in the org file after the subtree I am trying to export. Is there a better way to say #+latex_header: \usepackage{savetrees} in either org 7.9.3f or org 8.2.4? Like using

Re: [O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Nick Dokos
Christopher W. Ryan cr...@binghamton.edu writes: Nick Dokos wrote: Christopher W. Ryan cr...@binghamton.edu 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