[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: IMPORTANT: (possibly) incompatible Change
From: |
Chris Gray |
Subject: |
[Orgmode] Re: IMPORTANT: (possibly) incompatible Change |
Date: |
Wed, 31 Mar 2010 11:00:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
Carsten Dominik wrote:
> -----------------------------------------------------------------------------
> * =org-export-latex-classes= no longer should be customized for packages
> The HEADER part of this variable should now only contain the
> documentclass macro, nothing else - at least normally. All the
> package calls via usepackage should go into
> org-export-latex-packages-alist. I moved all the default packages
> that into a new variable org-export-latex-default-packages-alist.
> This will allow me to add more packages (as needed) in the
> future, withour requiring you to erase and then redo your
> configuration of org-export-latex-classes.
> So if you have customized this variable, please remove once more
> (hopefully for the last time) your customization, so that it can
> revert to its now much simpler default value. Put all your
> package definitions into org-export-latex-packages-alist.
> I hope this works, and we will not get conflicts because of the
> sequence in which packages are called. If there are problems,
> please let me know so that we can find a solution.
Is it sufficient to change the variable that is being set from
org-export-latex-classes to org-export-latex-default-packages-alist? Or
does the format of the list change at all?
Cheers,
Chris