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

2014-06-09 Thread psycho_punch
Yup. That works, too. Thanks for all the help, everyone. On Mon, Jun 9, 2014 at 9:42 PM, Jorge A. Alfaro-Murillo < jorge.a.alf...@gmail.com> wrote: > psycho_punch writes: > > > So I need to explicitly call (package-initialize) in init.el, probably > > one of the, if not the, first line? > > Ye

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

2014-06-09 Thread Jorge A. Alfaro-Murillo
psycho_punch writes: > So I need to explicitly call (package-initialize) in init.el, probably > one of the, if not the, first line? Yes, I had a similar issue with different versions from ELPA, and applying (package-initialize) early (first line in my .emacs) fixed.

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

2014-06-09 Thread Eric Abrahamsen
psycho_punch writes: > So I need to explicitly call (package-initialize) in init.el, > probably one of the, if not the, first line? If I recall correctly, the recommended thing is to put all of your package-specific customizations either in the customize interface (in which case they'll get appl

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

2014-06-09 Thread psycho_punch
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 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-publi

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

2014-06-09 Thread Alexis
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 won

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

2014-06-09 Thread psycho_punch
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

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

2014-06-09 Thread Achim Gratz
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 lik

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

2014-06-09 Thread rdgoite
I've tried replacing it with 'ox-publish but it can't be found. Does it need to be installed separately? --- sent through my mobile On Jun 9, 2014 1:43 PM, "Achim Gratz" wrote: > psycho_punch writes: > > I have just upgraded org-mode to the latest available in ELPA. > > According to the official

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

2014-06-09 Thread psycho_punch
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. On Mon, Jun 9, 2014 at 1:42 PM, Achim Gratz wrote: > psycho

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

2014-06-08 Thread Achim Gratz
psycho_punch writes: > I have just upgraded org-mode to the latest available in ELPA. > According to the official documentation, the installation has to be > done in fresh emacs session where no org-related scripts/files have > been loaded. The installation is successful, and org-version reports >