Hello, William Crandall <bc3141...@gmail.com> writes:
> On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou <n.goaz...@gmail.com> wrote: > >> You need to require `org-e-html' first. > > Well, that was easy. It works fine now. Thanks. > >>> Same "void-variable" error, and "Renaming: permission denied" >>> error, with multiple init.elc3996DWC, etc. >> >> this is (eval-after-load 'org-e-html ...). > > Could you elaborate, or point me to some docs? That's on the same basis as above. Evaluating your code once org.el has been loaded is too early. You need to ensure `org-e-html' feature has been provided first. Thus, (eval-after-load "org-e-html" ...) is more appropriate than (eval-after-load "org" ...). Regards, -- Nicolas Goaziou