From mboxrd@z Thu Jan 1 00:00:00 1970 From: psycho_punch Subject: Re: (require 'org-publish) causes downgrade in org-version Date: Mon, 9 Jun 2014 19:36:04 +0800 Message-ID: References: <87oay2wsdr.fsf@Rainer.invalid> <87bnu2wdgm.fsf@Rainer.invalid> Reply-To: psychopunch.me@gmail.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0129555cca4a3104fb659d65 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtxry-0007Su-DE for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 07:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wtxrx-000898-5N for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 07:36:06 -0400 Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:41057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtxrx-00088q-01 for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 07:36:05 -0400 Received: by mail-ig0-f170.google.com with SMTP id h3so3683976igd.5 for ; Mon, 09 Jun 2014 04:36:04 -0700 (PDT) In-Reply-To: <87bnu2wdgm.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org --089e0129555cca4a3104fb659d65 Content-Type: text/plain; charset=UTF-8 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 > > > --089e0129555cca4a3104fb659d65 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've defined my initialization script in ~/.emacs.d/in= it.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 pac= kages installed via package-install get loaded...



On Mon, Jun 9, 2014 at 7:04 PM, Achim Gr= atz <Stromeko@nexgo.de> wrote:
psycho_punch writes:
> Ok, so apparently, ox-publish doesn't get loaded after init in my<= br> > setup; I'm not sure why. What I have done so far is to run the pub= lish
> 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]>+<= br>
Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds



--089e0129555cca4a3104fb659d65--