emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Cleaning up my org setup, using version from git


From: Nick Dokos
Subject: Re: [O] Cleaning up my org setup, using version from git
Date: Fri, 22 Mar 2013 17:02:52 -0400

Marcelo de Moraes Serpa <address@hidden> wrote:


> I have org in ~/.emacs.d/vendor/org, and I also added the following lines to 
> my init.el:
> 
> (add-to-list load-path (cons (concat dotfiles-dir "vendor/org/lisp")  
> load-path))
> (add-to-list load-path (cons (concat dotfiles-dir "vendor/org/contrib/lisp")  
> load-path))
> 
> But it fails hard when emacs inits:
> 
>     Warning (initialization): An error occurred while loading 
> `/Users/fullofcaffeine/.emacs.d/
>     init.el':
>     error: Autoloading failed to define function org-babel-do-load-languages
>     To ensure normal operation, you should investigate and remove the
>     cause of the error in your initialization file.  Start Emacs with
>     the `--debug-init' option to view a complete error backtrace.
> 
> When I try to "make autoloads" I get the following:
> 
>     org git:(master): make autoloads
>     ======================================================
>     = Invoke "make help" for a synopsis of make targets. =
>     = Created a default local.mk template.               =
>     = Setting "oldorg" as the default target.            =
>     = Please adapt local.mk to your local setup!         =
>     ======================================================
>     End of file during parsing
>     make: [local.mk] Error 255 (ignored)
>     make -C lisp autoloads
>     rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc 
> org-install.elc
>     org-version: 8.0-pre (release_8.0-pre-150-g412d98)
>     End of file during parsing
>     make[1]: *** [org-version.el] Error 255
>     make: *** [autoloads] Error 2
> 
> Not sure where to go from here. 
> 

This

>      Start Emacs with
>     the `--debug-init' option to view a complete error backtrace.

would be a start. The "End of file during parsing" probably indicates
a missing paren or some such, possibly in init.el. I presume emacs -q
starts up properly?

Nick




reply via email to

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