emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Aquamacs and latest org-mode


From: Yuri de Wit
Subject: Re: [Orgmode] Aquamacs and latest org-mode
Date: Thu, 27 May 2010 18:44:19 -0400

Hi Stefan, 

Thanks for the directions. 

I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has the 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?

thanks,
-- yuri

On Wed, May 26, 2010 at 6:36 PM, Stefan Vollmar <address@hidden> 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 and 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=/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ü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: address@hidden   http://www.nf.mpg.de








reply via email to

[Prev in Thread] Current Thread [Next in Thread]