From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Cleaning up my org setup, using version from git Date: Fri, 22 Mar 2013 15:54:45 -0600 Message-ID: References: <6066.1363986172@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb200bcdfdefd04d88a8092 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ9vF-0001l4-Ec for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:54:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ9vD-0002YV-1Y for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:54:49 -0400 Received: from mail-oa0-f50.google.com ([209.85.219.50]:51910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ9vC-0002YQ-OZ for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 17:54:46 -0400 Received: by mail-oa0-f50.google.com with SMTP id n1so2039448oag.9 for ; Fri, 22 Mar 2013 14:54:46 -0700 (PDT) In-Reply-To: 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: "Thomas S. Dye" Cc: nicholas.dokos@hp.com, Org Mode --e89a8fb200bcdfdefd04d88a8092 Content-Type: text/plain; charset=ISO-8859-1 Yes, > 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 On Fri, Mar 22, 2013 at 3:35 PM, Thomas S. Dye wrote: > Aloha Marcelo, > > Marcelo de Moraes Serpa writes: > > > Hi Nick, thank you for the reply. > > > > Happens it was an error specific to the terminal version of emacs > (OpenStep > > could not be found, by org-mac-protocol). Not loading that file solved > the > > issue. > > > > It looks like I just need to upgrade from org-remember to org-capture. > > > > However, I'm getting the following message when calling org-version: > > > > Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git @ > org-loaddefs.el > > can not be found!) > > > > What does org-loaddefs do and how could I get org-loaddefs to be loaded? > > Did you `make autoloads'? > > Tom > > > > > Thanks! > > > > - Marcelo > > > > > > On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos > wrote: > > > >> Marcelo de Moraes Serpa 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 > >> > >> > > Hi Nick, thank you for the reply. > > > > > > Happens it was an error specific to the terminal version of emacs > > (OpenStep could not be found, by org-mac-protocol). Not loading that > > file solved the issue. > > > > It looks like I just need to upgrade from org-remember to org-capture. > > > > However, I'm getting the following message when calling org-version: > > > > Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git @ > > org-loaddefs.el can not be found!) > > > > What does org-loaddefs do and how could I get org-loaddefs to be > > loaded? > > > > Thanks! > > > > - Marcelo > > > > > > On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos > > wrote: > > > > > > Marcelo de Moraes Serpa 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 > > > > > > > > -- > Thomas S. Dye > http://www.tsdye.com > > --e89a8fb200bcdfdefd04d88a8092 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes,


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 defaul= t=A0local.mk=A0template. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D
=3D Setting "oldorg" as the default target. =A0 =A0 =A0 =A0 =A0 = =A0=3D
=3D Please adapt=A0local.mk=A0to your local setup! =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
make: [local.mk] Error 255 (ignored)make -C lisp autoloads
rm -f org-version.el org-loaddefs.el org-versio= n.elc org-loaddefs.elc org-install.elc
org-version: 8.0-pre (release_8.0-pre-150-g412d98)
End of file during pa= rsing
make[1]: *** [org-version.el] Error 255
make: *** [autoloads] E= rror 2




On Fri, Mar 22, 2013 at 3:35 PM, Thomas S. Dye <tsd@tsdye.com> w= rote:
Aloha Marcelo,

Marcelo de Moraes Serpa <celoserp= a@gmail.com> writes:

> Hi Nick, thank you for the reply.
>
> Happens it was an error specific to the terminal version of emacs (Ope= nStep
> could not be found, by org-mac-protocol). Not loading that file solved= the
> issue.
>
> It looks like I just need to upgrade from org-remember to org-capture.=
>
> However, I'm getting the following message when calling org-versio= n:
>
> Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git @ org-loadde= fs.el
> can not be found!)
>
> What does org-loaddefs do and how could I get org-loaddefs to be loade= d?

Did you `make autoloads'?

Tom

>
> Thanks!
>
> - Marcelo
>
>
> On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:
>
>> Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>>
>>
>> > I have org in ~/.emacs.d/vendor/org, and I also added the fol= lowing
>> lines to my init.el:
>> >
>> > (add-to-list load-path (cons (concat dotfiles-dir "vendo= r/org/lisp")
>> =A0load-path))
>> > (add-to-list load-path (cons (concat dotfiles-dir
>> "vendor/org/contrib/lisp") =A0load-path))
>> >
>> > But it fails hard when emacs inits:
>> >
>> > =A0 =A0 Warning (initialization): An error occurred while loa= ding
>> `/Users/fullofcaffeine/.emacs.d/
>> > =A0 =A0 init.el':
>> > =A0 =A0 error: Autoloading failed to define function
>> org-babel-do-load-languages
>> > =A0 =A0 To ensure normal operation, you should investigate an= d remove the
>> > =A0 =A0 cause of the error in your initialization file. =A0St= art Emacs with
>> > =A0 =A0 the `--debug-init' option to view a complete erro= r backtrace.
>> >
>> > When I try to "make autoloads" I get the following:=
>> >
>> > =A0 =A0 org git:(master): make autoloads
>> > =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
>> > =A0 =A0 =3D Invoke "make help" for a synopsis of ma= ke targets. =3D
>> > =A0 =A0 =3D Created a default local.mk template. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D
>> > =A0 =A0 =3D Setting "oldorg" as the default target.= =A0 =A0 =A0 =A0 =A0 =A0=3D
>> > =A0 =A0 =3D Please adapt local.mk to your local setup! =A0 =A0 =A0 =A0 =3D
>> > =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
>> > =A0 =A0 End of file during parsing
>> > =A0 =A0 make: [= local.mk] Error 255 (ignored)
>> > =A0 =A0 make -C lisp autoloads
>> > =A0 =A0 rm -f org-version.el org-loaddefs.el org-version.elc<= br> >> org-loaddefs.elc org-install.elc
>> > =A0 =A0 org-version: 8.0-pre (release_8.0-pre-150-g412d98) >> > =A0 =A0 End of file during parsing
>> > =A0 =A0 make[1]: *** [org-version.el] Error 255
>> > =A0 =A0 make: *** [autoloads] Error 2
>> >
>> > Not sure where to go from here.
>> >
>>
>> This
>>
>> > =A0 =A0 =A0Start Emacs with
>> > =A0 =A0 the `--debug-init' option to view a complete erro= r backtrace.
>>
>> would be a start. The "End of file during parsing" proba= bly indicates
>> a missing paren or some such, possibly in init.el. I presume emacs= -q
>> starts up properly?
>>
>> Nick
>>
>>
> Hi Nick, thank you for the reply.
>
>
> Happens it was an error specific to the terminal version of emacs
> (OpenStep could not be found, by org-mac-protocol). Not loading that > file solved the issue.
>
> It looks like I just need to upgrade from org-remember to org-capture.=
>
> However, I'm getting the following message when calling org-versio= n:
>
> Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git @
> org-loaddefs.el can not be found!)
>
> What does org-loaddefs do and how could I get org-loaddefs to be
> loaded?
>
> Thanks!
>
> - Marcelo
> =A0
>
> On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos <nicholas.dokos@hp.com>
> wrote:
>
>
> =A0 =A0 Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>
>
> =A0 =A0 > I have org in ~/.emacs.d/vendor/org, and I also added the=
> =A0 =A0 following lines to my init.el:
> =A0 =A0 >
> =A0 =A0 > (add-to-list load-path (cons (concat dotfiles-dir
> =A0 =A0 "vendor/org/lisp") =A0load-path))
> =A0 =A0 > (add-to-list load-path (cons (concat dotfiles-dir
> =A0 =A0 "vendor/org/contrib/lisp") =A0load-path))
> =A0 =A0 >
> =A0 =A0 > But it fails hard when emacs inits:
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 Warning (initialization): An error occurred while= loading
> =A0 =A0 `/Users/fullofcaffeine/.emacs.d/
> =A0 =A0 > =A0 =A0 init.el':
> =A0 =A0 > =A0 =A0 error: Autoloading failed to define function
> =A0 =A0 org-babel-do-load-languages
> =A0 =A0 > =A0 =A0 To ensure normal operation, you should investigat= e and
> =A0 =A0 remove the
> =A0 =A0 > =A0 =A0 cause of the error in your initialization file. = =A0Start Emacs
> =A0 =A0 with
> =A0 =A0 > =A0 =A0 the `--debug-init' option to view a complete = error
> =A0 =A0 backtrace.
> =A0 =A0 >
> =A0 =A0 > When I try to "make autoloads" I get the follow= ing:
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 org git:(master): make autoloads
> =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
> =A0 =A0 > =A0 =A0 =3D Invoke "make help" for a synopsis o= f make targets. =3D
> =A0 =A0 > =A0 =A0 =3D Created a default local.mk template. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D > =A0 =A0 > =A0 =A0 =3D Setting "oldorg" as the default tar= get. =A0 =A0 =A0 =A0 =A0 =A0=3D
> =A0 =A0 > =A0 =A0 =3D Please adapt local.mk to your local setup! =A0 =A0 =A0 =A0 =3D
> =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
> =A0 =A0 > =A0 =A0 End of file during parsing
> =A0 =A0 > =A0 =A0 make: [local.mk] Error 255 (ignored)
> =A0 =A0 > =A0 =A0 make -C lisp autoloads
> =A0 =A0 > =A0 =A0 rm -f org-version.el org-loaddefs.el org-version.= elc
> =A0 =A0 org-loaddefs.elc org-install.elc
> =A0 =A0 > =A0 =A0 org-version: 8.0-pre (release_8.0-pre-150-g412d98= )
> =A0 =A0 > =A0 =A0 End of file during parsing
> =A0 =A0 > =A0 =A0 make[1]: *** [org-version.el] Error 255
> =A0 =A0 > =A0 =A0 make: *** [autoloads] Error 2
> =A0 =A0 >
> =A0 =A0 > Not sure where to go from here.=A0
> =A0 =A0 >
>
>
> =A0 =A0 This
>
>
> =A0 =A0 > =A0 =A0 =A0Start Emacs with
> =A0 =A0 > =A0 =A0 the `--debug-init' option to view a complete = error
> =A0 =A0 backtrace.
>
>
> =A0 =A0 would be a start. The "End of file during parsing" p= robably
> =A0 =A0 indicates
> =A0 =A0 a missing paren or some such, possibly in init.el. I presume e= macs
> =A0 =A0 -q
> =A0 =A0 starts up properly?
>
> =A0 =A0 Nick
>
>
>

--
Thomas S. Dye
http://www.tsdye.com=


--e89a8fb200bcdfdefd04d88a8092--