From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri de Wit Subject: Re: Aquamacs and latest org-mode Date: Fri, 28 May 2010 01:35:05 -0400 Message-ID: References: <7968.1275006200@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1898750256==" Return-path: Received: from [140.186.70.92] (port=53445 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHsDs-0001Vz-Eq for emacs-orgmode@gnu.org; Fri, 28 May 2010 01:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHsDq-0001ZW-M3 for emacs-orgmode@gnu.org; Fri, 28 May 2010 01:35:08 -0400 Received: from mail-yw0-f193.google.com ([209.85.211.193]:44372) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHsDq-0001ZM-GL for emacs-orgmode@gnu.org; Fri, 28 May 2010 01:35:06 -0400 Received: by ywh31 with SMTP id 31so468303ywh.24 for ; Thu, 27 May 2010 22:35:05 -0700 (PDT) In-Reply-To: <7968.1275006200@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org --===============1898750256== Content-Type: multipart/alternative; boundary=000e0cd72a6c91eb300487a0de79 --000e0cd72a6c91eb300487a0de79 Content-Type: text/plain; charset=ISO-8859-1 Hi Nick, Indeed, it is not going to /usr/local but staying in the same directory as the .el files. Very nice. I added (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp") and tested it out with C-x C-e on (locate-library "org") to confirm (it was "/Applications/Aquamacs.app/Contents/Resources/lisp/org/org.elc"). Thanks a million, -- yuri On Thu, May 27, 2010 at 8:23 PM, Nick Dokos wrote: > Yuri de Wit wrote: > > > Hi Stefan, > > > > Thanks for the directions. > > > > I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has > th= > > e > > org lisp files and the org-mode Makefile is generating elc files in > > /usr/local/... Would Aquamacs automatically pick them up from there or do > I > > need to generate the elc into the Aquamacs folder? > > > > Are you sure they are generated in /usr/local/...? In my case, the .elc > files are generated in the same directory as the corresponding .el > files. > > But in any case, if aquamacs is more-or-less normal emacs, then setting > the load-path as Stefan indicated should be enough for them to be found. > You can make sure by evaluating the following > > (locate-library "org") > > Just put the cursor after the closing paren and type C-x C-e > > HTH, > Nick > > > thanks, > > -- yuri > > > > On Wed, May 26, 2010 at 6:36 PM, Stefan Vollmar > wrote: > > > > > Dear Yuri, > > > > > > On 27.05.2010, at 00:23, Yuri de Wit wrote: > > > > > > > Could someone point me in the right direction here? > > > > > > > > I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 > an= > > d > > > org-mode 6.33x. How can I update org-mode to the latest version? > > > > > > > > I am familiar with git, cloning, building etc. But I am not sure how > to > > > hook that up to Aquamacs. > > > > > > > > > there are several ways, here is one: > > > > > > (1) git clone git://repo.or.cz/org-mode.git > > > (2) In the Makefile change EMACS to > > > EMACS=3D/Applications/Aquamacs.app/Contents/MacOS/Aquamacs > > > assuming you installed Aquamcs in /Applications > > > (3) make compile; make lisp/org-install.el > > > (4) In your .emacs > > > > > > (defvar org-sys-directory "/path/to/org-mode/lisp") > > > (setq load-path (cons org-sys-directory load-path)) > > > (require 'org-install) > > > [other org-specific setup] > > > > > > Warm regards, > > > Stefan > > > -- > > > Dr. Stefan Vollmar, Dipl.-Phys. > > > Head of IT group > > > Max-Planck-Institut f=FCr neurologische Forschung > > > Gleuelerstr. 50, 50931 K=F6ln, Germany > > > Tel.: +49-221-4726-213 FAX +49-221-4726-298 > > > Tel.: +49-221-478-5713 Mobile: 0160-93874279 > > > Email: vollmar@nf.mpg.de http://www.nf.mpg.de > > > > > > > > > > > > > > > > > > > > > > > > > --000e0cd5156a93c68e04879b219d > > Content-Type: text/html; charset=ISO-8859-1 > > Content-Transfer-Encoding: quoted-printable > > > > Hi Stefan,=A0

Thanks for the > directions.=A0
> r>
I noticed that > /Application/Aquamacs.app/Contents/Resources/li= > > sp/org has the org lisp files and the org-mode Makefile is generating elc > f= > > iles in /usr/local/... Would Aquamacs automatically pick them up from > there= > > or do I need to generate the elc into the Aquamacs folder?
> >

thanks,
-- yuri

class=3D"gmail_qu= > > ote">On Wed, May 26, 2010 at 6:36 PM, Stefan Vollmar dir=3D"ltr"><= > > vollmar@nf.mpg.de> > wrote= > > :
> >
.8ex;border-left:1p= > > x #ccc solid;padding-left:1ex;">Dear Yuri,
> >

> > On 27.05.2010, at 00:23, Yuri de Wit wrote:
> >
> > > Could someone point me in the right direction here?
> > >
> > > I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 > a= > > nd org-mode 6.33x. How can I update org-mode to the latest version?
> > >
> > > I am familiar with git, cloning, building etc. But I am not sure how > t= > > o hook that up to Aquamacs.
> >
> >
> >
there are several ways, here is one:
> >
> > (1) git clone git:// target=3D"_b= > > lank">repo.or.cz/org-mode.git
> > (2) In the Makefile change EMACS to
> > EMACS=3D/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
> > assuming you installed Aquamcs in /Applications
> > (3) make compile; make lisp/org-install.el
> > (4) In your .emacs
> >
> > (defvar org-sys-directory "/path/to/org-mode/lisp")
> > (setq load-path (cons org-sys-directory load-path))
> > (require 'org-install)
> > [other org-specific setup]
> >
> > Warm regards,
> > =A0Stefan
> > --
> > Dr. Stefan Vollmar, Dipl.-Phys.
> > Head of IT group
> > Max-Planck-Institut f=FCr neurologische Forschung
> > Gleuelerstr. 50, 50931 K=F6ln, Germany
> > Tel.: +49-221-4726-213 =A0FAX +49-221-4726-298
> > Tel.: +49-221-478-5713 =A0Mobile: 0160-93874279
> > Email: vollmar@nf.mpg.de =A0 hr= > > ef=3D"http://www.nf.mpg.de" target=3D"_blank">http://www.nf.mpg.de >
> >
> >
> >
> >
> >
> >
> >

> > > > --000e0cd5156a93c68e04879b219d-- > > > > > > --===============1748008595== > > Content-Type: text/plain; charset="us-ascii" > > MIME-Version: 1.0 > > Content-Transfer-Encoding: 7bit > > Content-Disposition: inline > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Please use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > --===============1748008595==-- > > > --000e0cd72a6c91eb300487a0de79 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Nick,=A0

Indeed, it is not going to /usr/l= ocal but staying in the same directory as the .el files.=A0

<= /div>
Very nice. I added=A0(add-to-list 'load-path "~/.emacs.d= /org-mode/contrib/lisp") and tested it out with C-x C-e on=A0(locate-l= ibrary "org") to confirm (it was=A0"/Applications/Aquamacs.a= pp/Contents/Resources/lisp/org/org.elc").

Thanks a million,
-- yuri


On Thu, May 27, 2010 at 8:23 PM,= Nick Dokos <= nicholas.dokos@hp.com> wrote:
Yuri de Wit <ydewit@gmail.com> wrote:

> Hi Stefan,
>
> Thanks for the directions.
>
> I noticed that /Application/Aquamacs.app/Contents/Resources/lisp= /org has th=3D
> e
> org lisp files and the org-mode Makefile is generati= ng elc files in
> /usr/local/... Would Aquamacs automatically pick them up from there or= do I
> need to generate the elc into the Aquamacs folder?
>

Are you sure they are generated in /usr/local/...? In my case, the .e= lc
files are generated in the same directory as the corresponding .el
files.

But in any case, if aquamacs is more-or-less normal emacs, then setting
the load-path as Stefan indicated should be enough for them to be found. You can make sure by evaluating the following

=A0 =A0(locate-library "org")

Just put the cursor after the closing paren and type C-x C-e

HTH,
Nick

> thanks,
> -- yuri
>
> On Wed, May 26, 2010 at 6:36 PM, Stefan Vollmar <vollmar@nf.mpg.de> wrote:
>
> > Dear Yuri,
> >
> > On 27.05.2010, at 00:23, Yuri de Wit wrote:
> >
> > > Could someone point me in the right direction here?
> > >
> > > I just installed the latest Aquamacs 2.0. Afaik, it ha= s emacs 22.2.1 an=3D
> d
> > org-mode 6.33x. How can I update org-mode to th= e latest version?
> > >
> > > I am familiar with git, cloning, building etc. But I am not = sure how to
> > hook that up to Aquamacs.
> >
> >
> > there are several ways, here is one:
> >
> > (1) git clone git://repo.or.cz/org-mode.git
> > (2) In the Makefile change EMACS to
> > EMACS=3D3D/Applications/Aquamacs.app/Contents/MacOS/Aquamac= s
> > assuming you installed Aquamcs in /Applications=
> > (3) make compile; make lisp/org-install.el
> > (4) In your .emacs
> >
> > (defvar org-sys-directory "/path/to/org-mode/lisp")
> > (setq load-path (cons org-sys-directory load-path))
> > (require 'org-install)
> > [other org-specific setup]
> >
> > Warm regards,
> > =A0Stefan
> > --
> > Dr. Stefan Vollmar, Dipl.-Phys.
> > Head of IT group
> > Max-Planck-Institut f=3DFCr neurologische Forschung
> > Gleuelerstr. 50, 50931 K=3DF6ln, Germany
> > Tel.: +49-221-4726-213 =A0FAX +49-221-4726-298<= br> > > Tel.: +49-221-478-5713 =A0Mobile: 0160-93874279
> > Email: vollmar@nf.mpg.de= =A0 http://www.nf.mpg.d= e
> >
> >
> >
> >
> >
> >
> >
>
> --000e0cd5156a93c68e04879b219d
> Content-Type: text/html; charset=3DISO-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> Hi Stefan,=3DA0<div><br></div><div>Thanks for = the directions.=3DA0</div><div><b=3D
> r></div><div>I noticed that /Application/Aquamacs.app/C= ontents/Resources/li=3D
> sp/org has the org lisp files and the org-mode Makefile is generating = elc f=3D
> iles in /usr/local/... Would Aquamacs automatically = pick them up from there=3D
> =A0or do I need to generate the elc into the Aquamacs folder?<= ;/div>
> <div><br></div><div>thanks,</div><div= >-- yuri<br><br><div class=3D3D"gmail_qu=3D
> ote">On Wed, May 26, 2010 at 6:36 PM, Stefan Vollmar <span = dir=3D3D"ltr">&lt;=3D
> <a href=3D3D"mailto:vollm= ar@nf.mpg.de">vollmar@nf.m= pg.de</a>&gt;</span> wrote=3D
> :<br>
> <blockquote class=3D3D"gmail_quote" style=3D3D"margi= n:0 0 0 .8ex;border-left:1p=3D
> x #ccc solid;padding-left:1ex;">Dear Yuri,<br>
> <div><div></div><div class=3D3D"h5">= <br>
> On 27.05.2010, at 00:23, Yuri de Wit wrote:<br>
> <br>
> &gt; Could someone point me in the right direction here?<br>=
> &gt;<br>
> &gt; I just installed the latest Aquamacs 2.0. Afaik, it has emacs= 22.2.1 a=3D
> nd org-mode 6.33x. How can I update org-mode to the latest version?<= ;br>
> &gt;<br>
> &gt; I am familiar with git, cloning, building etc. But I am not s= ure how t=3D
> o hook that up to Aquamacs.<br>
> <br>
> <br>
> </div></div>there are several ways, here is one:<br>=
> <br>
> (1) git clone git://<a href=3D3D"http://repo.or.cz/org-mode.git" ta= rget=3D3D"_b=3D
> lank">repo.or.cz/org-mode.git</a><br>
> (2) In the Makefile change EMACS to<br>
> EMACS=3D3D/Applications/Aquamacs.app/Contents/MacOS/Aquamacs<br>=
> assuming you installed Aquamcs in /Applications<br>
> (3) make compile; make lisp/org-install.el<br>
> (4) In your .emacs<br>
> <br>
> (defvar org-sys-directory &quot;/path/to/org-mode/lisp&quot;)&= lt;br>
> (setq load-path (cons org-sys-directory load-path))<br>
> (require &#39;org-install)<br>
> [other org-specific setup]<br>
> <br>
> Warm regards,<br>
> =3DA0Stefan<br>
> <font color=3D3D"#888888">--<br>
> Dr. Stefan Vollmar, Dipl.-Phys.<br>
> Head of IT group<br>
> Max-Planck-Institut f=3DFCr neurologische Forschung<br>
> Gleuelerstr. 50, 50931 K=3DF6ln, Germany<br>
> Tel.: +49-221-4726-213 =3DA0FAX +49-221-4726-298<br>
> Tel.: +49-221-478-5713 =3DA0Mobile: 0160-93874279<br>
> Email: <a href=3D3D"mailto:vollmar@nf.mpg.de">vollm= ar@nf.mpg.de</a> =3DA0 <a hr=3D
> ef=3D3D"http:/= /www.nf.mpg.de" target=3D3D"_blank">http://www.nf.mpg.de</a><br&= gt;
> <br>
> <br>
> <br>
> <br>
> <br>
> <br>
> </font></blockquote></div><br></div>
>
> --000e0cd5156a93c68e04879b219d--
>
>
> --=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D1748008595=3D=3D
> Content-Type: text/plain; charset=3D"us-ascii"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> --=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D1748008595=3D=3D--
>

--000e0cd72a6c91eb300487a0de79-- --===============1898750256== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1898750256==--