emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is n ot defined, introduced


From: Nick Dokos
Subject: Re: [O] [BUG] `org-load-noerror-mustsuffix´ is n ot defined, introduced by 5484a33b
Date: Thu, 10 Jan 2013 17:55:11 -0500

Eric Schulte <address@hidden> wrote:

> alright, starting with emacs -Q, evaluate the following in your scratch
> buffer.
> 
>   (load-file "~/.emacs.d/src/org-mode/lisp/org.el")
> 
> it may complain (void-function org-define-obsolete-function-alias), in
> which case evaluate the following in your scratch buffer
> 
>   (load-file "~/.emacs.d/src/org-mode/lisp/org-compat.el")
>   (load-file "~/.emacs.d/src/org-mode/lisp/org.el")
> 
> The above works prior to the offending commit, but now it throws an
> error.
> 

I doubt that it works in either case: it may not throw an error but you
still have a mixed install where most of the org stuff will come from
the org that's distributed with emacs.

> Can you reproduce this?
> 

I don't know what error you get: I get a recursive load

insert-file-contents: Recursive load: 
"/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\
                       "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\
                        "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\
                         "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\
                          
"/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\
                           
"/usr/local/share/emacs/24.3.50/lisp/emacs-lisp/debug.el.gz",\
                            "/home/nick/src/emacs/org/org-mode/lisp/org.el"

No idea why.

But as I said before, you can not expect this to work.

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]