Eric Schulte <schulte.e...@gmail.com> 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