From: Stefan Vollmar <vollmar@nf.mpg.de>
To: Yuri de Wit <ydewit@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Aquamacs and latest org-mode
Date: Thu, 27 May 2010 00:36:12 +0200 [thread overview]
Message-ID: <E7235BB3-60CB-47FF-BBDD-6970DE738EE9@nf.mpg.de> (raw)
In-Reply-To: <AANLkTinPAO9Cpog2BdpyXdQhgLNrS2a1XcnqSl3ZV97L@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1148 bytes --]
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: vollmar@nf.mpg.de http://www.nf.mpg.de
[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2010-05-26 22:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 22:23 Aquamacs and latest org-mode Yuri de Wit
2010-05-26 22:36 ` Stefan Vollmar [this message]
2010-05-27 22:44 ` Yuri de Wit
2010-05-28 0:23 ` Nick Dokos
2010-05-28 5:35 ` Yuri de Wit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E7235BB3-60CB-47FF-BBDD-6970DE738EE9@nf.mpg.de \
--to=vollmar@nf.mpg.de \
--cc=emacs-orgmode@gnu.org \
--cc=ydewit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.