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 16:24:44 -0600 Message-ID: References: <6066.1363986172@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1ef420eeb7c04d88aec9a Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJAOG-0003H4-E4 for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 18:24:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJAOD-0002pE-8y for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 18:24:48 -0400 Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:40210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJAOC-0002p9-VV for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 18:24:45 -0400 Received: by mail-ob0-f170.google.com with SMTP id wc20so4532985obb.29 for ; Fri, 22 Mar 2013 15:24:44 -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 --e89a8fb1ef420eeb7c04d88aec9a Content-Type: text/plain; charset=ISO-8859-1 It seems to work fine so far (apart from org-remember failing, but AFAIK, it has been deprecated). What are the consequences of not having those autoloads files? On Fri, Mar 22, 2013 at 4:19 PM, Thomas S. Dye wrote: > Sorry, I didn't read closely. > > Tom > > Marcelo de Moraes Serpa writes: > > > 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 > >> > >> > > 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 > > > > > > > > -- > Thomas S. Dye > http://www.tsdye.com > --e89a8fb1ef420eeb7c04d88aec9a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable It seems to work fine so far (apart from org-remember failing, but AFAIK, i= t has been deprecated). What are the consequences of not having those autol= oads files?


On Fri, = Mar 22, 2013 at 4:19 PM, Thomas S. Dye <tsd@tsdye.com> wrote:
Sorry, I didn't read closely.

Tom

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

> 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 default local.mk template. =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 loc= al.mk to 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-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 <tsd@tsdye.com> wrote:
>
>> Aloha Marcelo,
>>
>> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>>
>> > Hi Nick, thank you for the reply.
>> >
>> > Happens it was an error specific to the terminal version of e= macs
>> (OpenStep
>> > could not be found, by org-mac-protocol). Not loading that fi= le 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 o= rg-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 <nicholas.dokos@hp.com>
>> wrote:
>> >
>> >> Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>> >>
>> >>
>> >> > I have org in ~/.emacs.d/vendor/org, and I also adde= d the following
>> >> lines to my init.el:
>> >> >
>> >> > (add-to-list load-path (cons (concat dotfiles-dir &q= uot;vendor/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 loading
>> >> `/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 inves= tigate and remove the
>> >> > =A0 =A0 cause of the error in your initialization fi= le. =A0Start Emacs with
>> >> > =A0 =A0 the `--debug-init' option to view a comp= lete error backtrace.
>> >> >
>> >> > When I try to "make autoloads" I get the f= ollowing:
>> >> >
>> >> > =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 synop= sis of make 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 defaul= t 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-ver= sion.elc
>> >> org-loaddefs.elc org-install.elc
>> >> > =A0 =A0 org-version: 8.0-pre (release_8.0-pre-150-g4= 12d98)
>> >> > =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 comp= lete error backtrace.
>> >>
>> >> would be a start. The "End of file during parsing&qu= ot; probably indicates
>> >> a missing paren or some such, possibly in init.el. I pres= ume emacs -q
>> >> starts up properly?
>> >>
>> >> Nick
>> >>
>> >>
>> > Hi Nick, thank you for the reply.
>> >
>> >
>> > Happens it was an error specific to the terminal version of e= macs
>> > (OpenStep could not be found, by org-mac-protocol). Not loadi= ng 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 o= rg-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 <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-di= r
>> > =A0 =A0 "vendor/org/lisp") =A0load-path))
>> > =A0 =A0 > (add-to-list load-path (cons (concat dotfiles-di= r
>> > =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 occur= red while loading
>> > =A0 =A0 `/Users/fullofcaffeine/.emacs.d/
>> > =A0 =A0 > =A0 =A0 init.el':
>> > =A0 =A0 > =A0 =A0 error: Autoloading failed to define func= tion
>> > =A0 =A0 org-babel-do-load-languages
>> > =A0 =A0 > =A0 =A0 To ensure normal operation, you should i= nvestigate and
>> > =A0 =A0 remove the
>> > =A0 =A0 > =A0 =A0 cause of the error in your initializatio= n 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 t= he following:
>> > =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 s= ynopsis of 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 de= fault target. =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-15= 0-g412d98)
>> > =A0 =A0 > =A0 =A0 End of file during parsing
>> > =A0 =A0 > =A0 =A0 make[1]: *** [org-version.el] Error 255<= br> >> > =A0 =A0 > =A0 =A0 make: *** [autoloads] Error 2
>> > =A0 =A0 >
>> > =A0 =A0 > Not sure where to go from here.
>> > =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 parsin= g" probably
>> > =A0 =A0 indicates
>> > =A0 =A0 a missing paren or some such, possibly in init.el. I = presume emacs
>> > =A0 =A0 -q
>> > =A0 =A0 starts up properly?
>> >
>> > =A0 =A0 Nick
>> >
>> >
>> >
>>
>> --
>> Thomas S. Dye
>> http://www.tsdy= e.com
>>
>>
> Yes,
>
>
>
> =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 make target= s. =3D
> =A0 =A0 =3D Created a default=A0local.mk=A0template. =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=A0local.mk=A0to 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<= /a>] Error 255 (ignored)
> =A0 =A0 make -C lisp autoloads
> =A0 =A0 rm -f org-version.el org-loaddefs.el org-version.elc
> =A0 =A0 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
>
>
>
>
>
> On Fri, Mar 22, 2013 at 3:35 PM, Thomas S. Dye <
tsd@tsdye.com> wrote:
>
> =A0 =A0 Aloha Marcelo,
>
>
> =A0 =A0 Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>
> =A0 =A0 > Hi Nick, thank you for the reply.
> =A0 =A0 >
> =A0 =A0 > Happens it was an error specific to the terminal version = of
> =A0 =A0 emacs (OpenStep
> =A0 =A0 > could not be found, by org-mac-protocol). Not loading tha= t file
> =A0 =A0 solved the
> =A0 =A0 > issue.
> =A0 =A0 >
> =A0 =A0 > It looks like I just need to upgrade from org-remember to=
> =A0 =A0 org-capture.
> =A0 =A0 >
> =A0 =A0 > However, I'm getting the following message when calli= ng
> =A0 =A0 org-version:
> =A0 =A0 >
> =A0 =A0 > Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git= @
> =A0 =A0 org-loaddefs.el
> =A0 =A0 > can not be found!)
> =A0 =A0 >
> =A0 =A0 > What does org-loaddefs do and how could I get org-loaddef= s to be
> =A0 =A0 loaded?
>
>
> =A0 =A0 Did you `make autoloads'?
>
> =A0 =A0 Tom
>
>
>
> =A0 =A0 >
> =A0 =A0 > Thanks!
> =A0 =A0 >
> =A0 =A0 > - Marcelo
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos
> =A0 =A0 <nicholas.dokos@hp= .com> wrote:
> =A0 =A0 >
> =A0 =A0 >> Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
> =A0 =A0 >>
> =A0 =A0 >>
> =A0 =A0 >> > I have org in ~/.emacs.d/vendor/org, and I also = added the
> =A0 =A0 following
> =A0 =A0 >> lines to my init.el:
> =A0 =A0 >> >
> =A0 =A0 >> > (add-to-list load-path (cons (concat dotfiles-di= r
> =A0 =A0 "vendor/org/lisp")
> =A0 =A0 >> =A0load-path))
> =A0 =A0 >> > (add-to-list load-path (cons (concat dotfiles-di= r
> =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 occur= red while loading
> =A0 =A0 >> `/Users/fullofcaffeine/.emacs.d/
> =A0 =A0 >> > =A0 =A0 init.el':
> =A0 =A0 >> > =A0 =A0 error: Autoloading failed to define func= tion
> =A0 =A0 >> org-babel-do-load-languages
> =A0 =A0 >> > =A0 =A0 To ensure normal operation, you should i= nvestigate and
> =A0 =A0 remove the
> =A0 =A0 >> > =A0 =A0 cause of the error in your initializatio= n file. =A0Start
> =A0 =A0 Emacs 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 t= he following:
> =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 s= ynopsis of 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 de= fault target. =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-15= 0-g412d98)
> =A0 =A0 >> > =A0 =A0 End of file during parsing
> =A0 =A0 >> > =A0 =A0 make[1]: *** [org-version.el] Error 255<= br> > =A0 =A0 >> > =A0 =A0 make: *** [autoloads] Error 2
> =A0 =A0 >> >
> =A0 =A0 >> > Not sure where to go from here.
> =A0 =A0 >> >
> =A0 =A0 >>
> =A0 =A0 >> This
> =A0 =A0 >>
> =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 >>
> =A0 =A0 >> would be a start. The "End of file during parsin= g" probably
> =A0 =A0 indicates
> =A0 =A0 >> a missing paren or some such, possibly in init.el. I = presume
> =A0 =A0 emacs -q
> =A0 =A0 >> starts up properly?
> =A0 =A0 >>
> =A0 =A0 >> Nick
> =A0 =A0 >>
> =A0 =A0 >>
> =A0 =A0 > Hi Nick, thank you for the reply.
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > Happens it was an error specific to the terminal version = of
> =A0 =A0 emacs
> =A0 =A0 > (OpenStep could not be found, by org-mac-protocol). Not l= oading
> =A0 =A0 that
> =A0 =A0 > file solved the issue.
> =A0 =A0 >
> =A0 =A0 > It looks like I just need to upgrade from org-remember to=
> =A0 =A0 org-capture.
> =A0 =A0 >
> =A0 =A0 > However, I'm getting the following message when calli= ng
> =A0 =A0 org-version:
> =A0 =A0 >
> =A0 =A0 > Org-mode version 8.0-pre (release_8.0-pre-150-g412d98-git= @
> =A0 =A0 > org-loaddefs.el can not be found!)
> =A0 =A0 >
> =A0 =A0 > What does org-loaddefs do and how could I get org-loaddef= s to be
> =A0 =A0 > loaded?
> =A0 =A0 >
> =A0 =A0 > Thanks!
> =A0 =A0 >
> =A0 =A0 > - Marcelo
> =A0 =A0 > =A0
> =A0 =A0 >
> =A0 =A0 > On Fri, Mar 22, 2013 at 3:02 PM, Nick Dokos
> =A0 =A0 <nicholas.dokos@hp= .com>
> =A0 =A0 > wrote:
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 > I have org in ~/.emacs.d/vendor/org, and I a= lso added the
> =A0 =A0 > =A0 =A0 following lines to my init.el:
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > (add-to-list load-path (cons (concat dotfile= s-dir
> =A0 =A0 > =A0 =A0 "vendor/org/lisp") =A0load-path))
> =A0 =A0 > =A0 =A0 > (add-to-list load-path (cons (concat dotfile= s-dir
> =A0 =A0 > =A0 =A0 "vendor/org/contrib/lisp") =A0load-path= ))
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > But it fails hard when emacs inits:
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > =A0 =A0 Warning (initialization): An error o= ccurred while
> =A0 =A0 loading
> =A0 =A0 > =A0 =A0 `/Users/fullofcaffeine/.emacs.d/
> =A0 =A0 > =A0 =A0 > =A0 =A0 init.el':
> =A0 =A0 > =A0 =A0 > =A0 =A0 error: Autoloading failed to define = function
> =A0 =A0 > =A0 =A0 org-babel-do-load-languages
> =A0 =A0 > =A0 =A0 > =A0 =A0 To ensure normal operation, you shou= ld investigate and
> =A0 =A0 > =A0 =A0 remove the
> =A0 =A0 > =A0 =A0 > =A0 =A0 cause of the error in your initializ= ation file. =A0Start
> =A0 =A0 Emacs
> =A0 =A0 > =A0 =A0 with
> =A0 =A0 > =A0 =A0 > =A0 =A0 the `--debug-init' option to vie= w a complete error
> =A0 =A0 > =A0 =A0 backtrace.
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > When I try to "make autoloads" I g= et the following:
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > =A0 =A0 org git:(master): make autoloads
> =A0 =A0 > =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 > =A0 =A0 =3D Invoke "make help" for= a synopsis of make targets. =3D
> =A0 =A0 > =A0 =A0 > =A0 =A0 =3D Created a default local.mk template. =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =3D
> =A0 =A0 > =A0 =A0 > =A0 =A0 =3D Setting "oldorg" as th= e default target. =A0 =A0 =A0 =A0 =A0 =A0=3D
> =A0 =A0 > =A0 =A0 > =A0 =A0 =3D Please adapt local.mk to your local setup! =A0 =A0 =A0 = =A0 =3D
> =A0 =A0 > =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 > =A0 =A0 End of file during parsing
> =A0 =A0 > =A0 =A0 > =A0 =A0 make: [local.mk] Error 255 (ignored)
> =A0 =A0 > =A0 =A0 > =A0 =A0 make -C lisp autoloads
> =A0 =A0 > =A0 =A0 > =A0 =A0 rm -f org-version.el org-loaddefs.el= org-version.elc
> =A0 =A0 > =A0 =A0 org-loaddefs.elc org-install.elc
> =A0 =A0 > =A0 =A0 > =A0 =A0 org-version: 8.0-pre (release_8.0-pr= e-150-g412d98)
> =A0 =A0 > =A0 =A0 > =A0 =A0 End of file during parsing
> =A0 =A0 > =A0 =A0 > =A0 =A0 make[1]: *** [org-version.el] Error = 255
> =A0 =A0 > =A0 =A0 > =A0 =A0 make: *** [autoloads] Error 2
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 > =A0 =A0 > Not sure where to go from here.=A0
> =A0 =A0 > =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 This
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 > =A0 =A0 =A0Start Emacs with
> =A0 =A0 > =A0 =A0 > =A0 =A0 the `--debug-init' option to vie= w a complete error
> =A0 =A0 > =A0 =A0 backtrace.
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 would be a start. The "End of file during pa= rsing" probably
> =A0 =A0 > =A0 =A0 indicates
> =A0 =A0 > =A0 =A0 a missing paren or some such, possibly in init.el= . I presume
> =A0 =A0 emacs
> =A0 =A0 > =A0 =A0 -q
> =A0 =A0 > =A0 =A0 starts up properly?
> =A0 =A0 >
> =A0 =A0 > =A0 =A0 Nick
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 >
>
>
> =A0 =A0 --
> =A0 =A0 Thomas S. Dye
> =A0 =A0 http://www.= tsdye.com
>
>
>

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

--e89a8fb1ef420eeb7c04d88aec9a--