From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Cleaning up my org setup, using version from git Date: Fri, 22 Mar 2013 14:04:40 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb200bc24a68a04d888f741 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ8Ci-0005Of-Sa for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 16:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ8Cf-0000ZJ-N0 for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 16:04:44 -0400 Received: from mail-oa0-f50.google.com ([209.85.219.50]:32999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ8Cf-0000Yz-GE for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 16:04:41 -0400 Received: by mail-oa0-f50.google.com with SMTP id n1so1934359oag.37 for ; Fri, 22 Mar 2013 13:04:40 -0700 (PDT) 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: Org Mode --e89a8fb200bc24a68a04d888f741 Content-Type: text/plain; charset=ISO-8859-1 Hey guys, I'm trying to update to org 8.0, and also clean up my org setup, as it looks like it still loads some of the .el files out of the Emacs std distribution (I'm using Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)). 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. How could I clean up the org installation so Emacs only loads the version from git? Thanks in advance, - Marcelo. --e89a8fb200bc24a68a04d888f741 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey guys,

I'm trying to update to org 8.0, and also = clean up my org setup, as it looks like it still loads some of the .el file= s out of the Emacs std distribution (I'm using=A0=A0Emacs 23.4.1 (x86_6= 4-apple-darwin, NS apple-appkit-1038.36)).=A0

I have org in ~/.emacs.d/vendor/org, and I also added t= he following lines to my init.el:

(add-to-lis= t load-path (cons (concat dotfiles-dir "vendor/org/lisp") =A0load= -path))
(add-to-list load-path (cons (concat dotfiles-dir "vendor/org/con= trib/lisp") =A0load-path))

But it fails= hard when emacs inits:

Warning (initialization): An error occurred while loading `/Users/fullofcaf= feine/.emacs.d/init.el':
error: Autoloading failed to define functio= n org-babel-do-load-languages
To ensure normal operation, you should inv= estigate and remove the
cause of the error in your initialization file. =A0Start Emacs with
the = `--debug-init' option to view a complete error backtrace.
<= /div>


When I try to "make autoloads&= quot; I get the following:

org git:(master): make autoloads
=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D Invoke "make help" for a synopsis of make targets. =3D
=3D= Created a default local.mk template. =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =3D
=3D Setting "oldorg" as the defaul= t target. =A0 =A0 =A0 =A0 =A0 =A0=3D
=3D Please adapt local.mk to your local set= up! =A0 =A0 =A0 =A0 =3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
End of file during parsing
ma= ke: [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-p= re-150-g412d98)
End of file during parsing
make[1]: *** [org-version.= el] Error 255
make: *** [autoloads] Error 2

Not sure wher= e to go from here.=A0

How could I clean up the org= installation so Emacs only loads the version from git?=A0

Thanks in advance,

- Marcelo.

<= /div>


--e89a8fb200bc24a68a04d888f741--