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
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.
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
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
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
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
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
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
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
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
>
10 matches
Mail list logo