emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Updating to 8.2.5 broke org-mode
@ 2014-08-16 19:59 Marcelo de Moraes Serpa
  2014-08-16 20:18 ` Thorsten Jolitz
  2014-08-17  5:52 ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: Marcelo de Moraes Serpa @ 2014-08-16 19:59 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]

Hey everyone,

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

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

Symbol's function definition is void: org-babel-load-file

I use this function in several places since I follow literate programming
approach to writing el config files.

Here's the full backtrace:

Debugger entered--Lisp error: (void-function org-babel-load-file)
  org-babel-load-file("/Users/user/.emacs.d/myuser.org")
  mapc(org-babel-load-file ("/Users/user/.emacs.d/myuser.org"
"/Users/user/.emacs.d/readme.org"))
  eval-buffer(#<buffer  *load*> nil "/Users/user/.emacs.d/init.el" nil t)
 ; Reading at buffer position 1440
  load-with-code-conversion("/Users/user/.emacs.d/init.el"
"/Users/user/.emacs.d/init.el" t t)
  load("/Users/fuser/.emacs.d/init" t t)
  #[nil "^H\205\276^@   \306=\203^Q^@\307^H\310Q\202A^@
\311=\2033^@\312\307\313\314#\203#^@\315\202A^@\312\307\313\316#\203/^@\317\202A^@\315\202A^@

\320=\203=^@\321\202A^@\307^H\322Q^Z\323^S\324\n\323\211#\210^K\323=\203i^@\325\326\327\307^H\330Q!\"^\\324\f\323\211$
  command-line()
  normal-top-level()

Does anyone know what could be happening here?

Thanks,

--
Marcelo

[-- Attachment #2: Type: text/html, Size: 1871 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-16 19:59 Updating to 8.2.5 broke org-mode Marcelo de Moraes Serpa
@ 2014-08-16 20:18 ` Thorsten Jolitz
  2014-08-16 20:22   ` Marcelo de Moraes Serpa
  2014-08-17  5:52 ` Achim Gratz
  1 sibling, 1 reply; 7+ messages in thread
From: Thorsten Jolitz @ 2014-08-16 20:18 UTC (permalink / raw)
  To: emacs-orgmode

Marcelo de Moraes Serpa <celoserpa@gmail.com> 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". 

What does M-x org-version say?

Should look somehow like this

#+begin_src emacs-lisp
 (call-interactively 'org-version)
#+end_src

#+results:
: Org-mode version 8.3beta (release_8.3beta-175-g59cd25 @ /usr/share/emacs/24.3/lisp/org/lisp/)


-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-16 20:18 ` Thorsten Jolitz
@ 2014-08-16 20:22   ` Marcelo de Moraes Serpa
  2014-08-16 22:09     ` Thorsten Jolitz
  0 siblings, 1 reply; 7+ messages in thread
From: Marcelo de Moraes Serpa @ 2014-08-16 20:22 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

Org-mode version 8.2.5 (release_8.2.5 @
/Users/user/.emacs.d/vendor/org-mode/lisp/)


On Sat, Aug 16, 2014 at 3:18 PM, Thorsten Jolitz <tjolitz@gmail.com> wrote:

> Marcelo de Moraes Serpa <celoserpa@gmail.com> 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".
>
> What does M-x org-version say?
>
> Should look somehow like this
>
> #+begin_src emacs-lisp
>  (call-interactively 'org-version)
> #+end_src
>
> #+results:
> : Org-mode version 8.3beta (release_8.3beta-175-g59cd25 @
> /usr/share/emacs/24.3/lisp/org/lisp/)
>
>
> --
> cheers,
> Thorsten
>
>
>

[-- Attachment #2: Type: text/html, Size: 1243 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-16 20:22   ` Marcelo de Moraes Serpa
@ 2014-08-16 22:09     ` Thorsten Jolitz
  0 siblings, 0 replies; 7+ messages in thread
From: Thorsten Jolitz @ 2014-08-16 22:09 UTC (permalink / raw)
  To: emacs-orgmode

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> Org-mode version 8.2.5 (release_8.2.5 @
> /Users/user/.emacs.d/vendor/org-mode/lisp/)

hmm ... thought you might have a mixed installation, but looks ok. 
maybe you call this functon before org.el is loaded? it is still present
in my (newer) org version. 

> On Sat, Aug 16, 2014 at 3:18 PM, Thorsten Jolitz <tjolitz@gmail.com>
> wrote:
>
>     Marcelo de Moraes Serpa <celoserpa@gmail.com> 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".
>     
>     
>     What does M-x org-version say?
>     
>     Should look somehow like this
>     
>     #+begin_src emacs-lisp
>     (call-interactively 'org-version)
>     #+end_src
>     
>     #+results:
>     : Org-mode version 8.3beta (release_8.3beta-175-g59cd25 @
>     /usr/share/emacs/24.3/lisp/org/lisp/)
>     
>     
>     --
>     cheers,
>     Thorsten
>     
>     
>
>

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-16 19:59 Updating to 8.2.5 broke org-mode Marcelo de Moraes Serpa
  2014-08-16 20:18 ` Thorsten Jolitz
@ 2014-08-17  5:52 ` Achim Gratz
  2014-08-17 19:00   ` Marcelo de Moraes Serpa
  1 sibling, 1 reply; 7+ messages in thread
From: Achim Gratz @ 2014-08-17  5:52 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-17  5:52 ` Achim Gratz
@ 2014-08-17 19:00   ` Marcelo de Moraes Serpa
  2014-08-22 13:58     ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Marcelo de Moraes Serpa @ 2014-08-17 19:00 UTC (permalink / raw)
  To: Achim Gratz; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1710 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Updating to 8.2.5 broke org-mode
  2014-08-17 19:00   ` Marcelo de Moraes Serpa
@ 2014-08-22 13:58     ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2014-08-22 13:58 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: Achim Gratz, Org Mode

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> @Achim Thanks - replacing (require 'org-install) with (require
> 'org-loaddefs) solved the issue!

What about removing (require 'org-loaddefs) altogether?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-22 13:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-16 19:59 Updating to 8.2.5 broke org-mode Marcelo de Moraes Serpa
2014-08-16 20:18 ` Thorsten Jolitz
2014-08-16 20:22   ` Marcelo de Moraes Serpa
2014-08-16 22:09     ` Thorsten Jolitz
2014-08-17  5:52 ` Achim Gratz
2014-08-17 19:00   ` Marcelo de Moraes Serpa
2014-08-22 13:58     ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).