I've defined my initialization script in ~/.emacs.d/init.el; I'm not sure if it matters. So since 'ox-publish doesn't get loaded until after initialization, I defined: (add-hook 'after-init-hook (lambda() (load-file "/path/to/org-publish-project.el"))) I'm wondering when do the packages installed via package-install get loaded... On Mon, Jun 9, 2014 at 7:04 PM, Achim Gratz wrote: > psycho_punch writes: > > Ok, so apparently, ox-publish doesn't get loaded after init in my > > setup; I'm not sure why. What I have done so far is to run the publish > > script after init using the after-init-hook. However, I feel like this > > shouldn't be how it's done. > > It's hard to tell, but you're likely trying to configure Org before > package-initialize has run. > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > Factory and User Sound Singles for Waldorf Q+, Q and microQ: > http://Synth.Stromeko.net/Downloads.html#WaldorfSounds > > >