emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] (require 'org-publish) causes downgrade in org-version


From: psycho_punch
Subject: Re: [O] (require 'org-publish) causes downgrade in org-version
Date: Mon, 9 Jun 2014 20:16:41 +0800

So I need to explicitly call (package-initialize) in init.el, probably one of the, if not the, first line?


On Mon, Jun 9, 2014 at 7:59 PM, Alexis <address@hidden> wrote:

psycho_punch writes:

> 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...

They get loaded when (package-initialize) is called in one's
initialisation file(s).


Alexis.



reply via email to

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