From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Updating to 8.2.5 broke org-mode Date: Sun, 17 Aug 2014 14:00:13 -0500 Message-ID: References: <87vbpr8xyc.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149338c4261c60500d7ddd9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ5ge-0002mr-BX for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 15:00:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJ5gd-0007TG-7t for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 15:00:16 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:55890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ5gc-0007T7-V8 for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 15:00:15 -0400 Received: by mail-la0-f54.google.com with SMTP id hz20so3890455lab.27 for ; Sun, 17 Aug 2014 12:00:13 -0700 (PDT) In-Reply-To: <87vbpr8xyc.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: Org Mode --089e0149338c4261c60500d7ddd9 Content-Type: text/plain; charset=UTF-8 @Achim Thanks - replacing (require 'org-install) with (require 'org-loaddefs) solved the issue! Cheers, -- Marcelo On Sun, Aug 17, 2014 at 12:52 AM, Achim Gratz wrote: > Marcelo de Moraes Serpa writes: > > I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from > > 7.9.4. After updating remote and checking out the mentioned branch, I > > ran "make" and then "make install". > > The latest release version is 8.2.7c and if you install from Git anyway > you should just checkout maint. > > > However, when starting Emacs, I get the following error: > > Did you remember to remove > > (require 'org-install) > > and make that > > (require 'org-loaddefs) > > in your init.el instead? Did you change load-path before trying to load > anything from Org? > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: > http://Synth.Stromeko.net/Downloads.html#WaldorfSDada > > > --089e0149338c4261c60500d7ddd9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
@Achim Thanks - replacing (require 'org-install) with = (require 'org-loaddefs) solved the issue!

Cheers,

--
Marcelo


On Sun, Aug 17, 2014 at 12:52 AM, Achim = Gratz <Stromeko@nexgo.de> wrote:
Marcelo de Moraes Serpa writes:
> I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) = from
> 7.9.4. After updating remote and checking out the mentioned branch, I<= br> > ran "make" and then "make install".

The latest release version is 8.2.7c and if you install from Git anyw= ay
you should just checkout maint.

> However, when starting Emacs, I get the following error:

Did you remember to remove

(require 'org-install)

and make that

(require 'org-loaddefs)

in your init.el instead?=C2=A0 Did you change load-path before trying to lo= ad
anything from Org?


Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+<= br>
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada



--089e0149338c4261c60500d7ddd9--