[OS X Emacs] Installing newer version of org-mode

Thomas S. Dye tsd at tsdye.com
Sun Jul 5 17:50:07 EDT 2009


Aloha Stefan,

Thanks for the recipe.  Even someone with my limited technical skills  
can cook with it.  Magically, org-version = 6.28trans.

All the best,
Tom

Thomas S. Dye, Ph.D.
T. S. Dye & Colleagues, Archaeologists, Inc.
Phone: (808) 529-0866 Fax: (808) 529-0884
http://www.tsdye.com


On Jul 5, 2009, at 10:02 AM, Stefan Vollmar wrote:

> Dear Tom,
>
> On 05.07.2009, at 18:39, Thomas S. Dye wrote:
>
>> I've been using org-mode quite a bit lately, enough to discover  
>> that I'd like to use features added recently.  The org-mode in  
>> Aquamacs is 5.23a; the current org-mode release is 6.28.   What is  
>> the best way to install a new org-mode so it works with Aquamacs?
>
>
> The following recipe works very well for me:
>
> This is what needs to be done once:
>
> (1) do an initial
> git clone git://repo.or.cz/org-mode.git
> of the latest version.
>
> (2) Change into that directory and edit the Makefile (assuming  
> Aquamacs has been installed in /Applications):
> # Name of your emacs binary
> EMACS="/Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs"
>
> (3) Adapt your .emacs-file (the git part is in "~/devel/org-mode" in  
> my setup):
>
> (defvar org-sys-directory "~/devel/org-mode/lisp"
>  "The directory containing the org distribution.")
> (setq load-path (cons org-sys-directory load-path))
>
> Now everytime you want to get the latest org-version do a
>
> (4) make update
>
> in your org-directory. In Aquamacs do a
>
> (5) M-x org-reload
>
> then a
>
> M-x org-version
>
> to make sure everything works as expected.
> Warm regards,
> Stefan
> -- 
> Dr. Stefan Vollmar, Dipl.-Phys.
> Max-Planck-Institut für neurologische Forschung
> Gleuelerstr. 50, 50931 Köln, Germany
> Tel.: +49-221-4726-213  FAX +49-221-4726-298
> Tel.: +49-221-478-5713  Mobile: 0160-93874279
> Email: vollmar at nf.mpg.de   http://www.nf.mpg.de
>
>
>
>
>
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090705/6b2c00c7/attachment.html>


More information about the MacOSX-Emacs mailing list