emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Loading several latex classes for ox-latex


From: Julien Cubizolles
Subject: Re: [O] Loading several latex classes for ox-latex
Date: Thu, 11 Jul 2013 07:44:47 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Nicolas Richard <address@hidden> writes:


> that's because your (progn) is unquoted and thus evaluated at the same
> time as eval-after-load, i.e. it returns its last value (which is the
> second add-to-list form) and that is what is being added to the
> eval-after-load list. What you want is the whole (progn) added there, so
> an easy fix probably is to say '(progn ...) *and* remove the quotes
> around the calls to add-to-list.

Thank you, you were right.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]