From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Cleaning up my org setup, using version from git Date: Fri, 22 Mar 2013 17:02:52 -0400 Message-ID: <6066.1363986172@alphaville> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ971-00025W-Ly for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:02:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ970-0003xs-6s for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:02:55 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:14647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ970-0003xf-2g for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:02:54 -0400 In-Reply-To: Message from Marcelo de Moraes Serpa of "Fri\, 22 Mar 2013 14\:04\:40 MDT." 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: Marcelo de Moraes Serpa Cc: Org Mode Marcelo de Moraes Serpa wrote: > I have org in ~/.emacs.d/vendor/org, and I also added the following lines= to my init.el: >=20 > (add-to-list load-path (cons (concat dotfiles-dir "vendor/org/lisp") =C2= =A0load-path)) > (add-to-list load-path (cons (concat dotfiles-dir "vendor/org/contrib/lis= p") =C2=A0load-path)) >=20 > But it fails hard when emacs inits: >=20 > Warning (initialization): An error occurred while loading `/Users/ful= lofcaffeine/.emacs.d/ > init.el': > error: Autoloading failed to define function org-babel-do-load-langua= ges > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. =C2=A0Start Emacs with > the `--debug-init' option to view a complete error backtrace. >=20 > When I try to "make autoloads" I get the following: >=20 > 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. =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =3D > =3D Setting "oldorg" as the default target. =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0=3D > =3D Please adapt local.mk to your local setup! =C2=A0 =C2=A0 =C2=A0 = =C2=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 > 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 >=20 > Not sure where to go from here.=C2=A0 >=20 This > =C2=A0Start 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