Hello, On Mon, Jun 18, 2012 at 5:42 PM, Nicolas Goaziou <n.goaz...@gmail.com> wrote: > William Crandall <bc3141...@gmail.com> writes: >>> 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" ...).
Ah, got it. All is clear now. Thanks, -BC