emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Vollmar <vollmar@nf.mpg.de>
To: erwinpanen@fastmail.fm
Cc: emacs-orgmode@gnu.org
Subject: Re: Help installing org-mode on a MAC please?
Date: Mon, 12 Jul 2010 23:02:55 +0200	[thread overview]
Message-ID: <E90A1D65-8F9F-46DD-AA09-5509120B2C63@nf.mpg.de> (raw)
In-Reply-To: <4C39E69E.7070403@fastmail.fm>


[-- Attachment #1.1: Type: text/plain, Size: 2161 bytes --]

Dear Erwin,

On 11.07.2010, at 17:43, Erwin Panen wrote:

> This is perhaps a trivial question, so please bear with me.
> 
> I recently switched over to Mac, so I'm not familiar yet with all inside-out Mac. At first I installed Aquamacs, but to be more compatible I'd prefer to keep up with org-mode using git.
> 
> I managed to install homebrew, next git, and was able to use git to get a clone of org-mode so that's allright.
> (using git clone git://repo.or.cz/org-mode.git)
> Next I tried to follow the FAQ: How do I keep current with Org mode development? (http://orgmode.org/worg/org-faq.php#keeping-current-with-Org-mode-development)
> 
> When I do: $ cd org-mode && make && make doc && make install
> everything seems to go allright, but I get an error in the end complaining about LateX not being installed.
> So I installed MacTEX and tried running the above once more, with the same error.



Here is a small recipe for using the latest Org-mode development version with Aquamacs which works fine for me.

(1) Do a 

git clone git://repo.or.cz/org-mode.git

in some directory of your choide, e.g. your home directory. (I believe, you have already done that.)

(2) cd to the new "org-mode" directory. Assuming you have installed Aquamacs in /Applications (default), change line 14 to:

EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs

(3) make lisp/org-install.el
(4) make compile

(5) (optional and requires MacTeX or similar) 
make doc/org.pdf

(6) Insert these lines in your .emacs file:

(setq load-path (cons "~/org-mode/lisp" load-path))
(require 'org-install)

this assumes that (1) created an org-mode directory in your home directory.

(7) Restart Aquamacs (you can later find out about more subtle methods than restarting Emacs which does not take long these days)

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

  parent reply	other threads:[~2010-07-12 21:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-11 15:43 Help installing org-mode on a MAC please? Erwin Panen
2010-07-12 14:30 ` Juan
2010-07-29 13:37   ` Erwin Panen
2010-07-29 14:04     ` Juan
2010-07-29 14:11       ` Erwin Panen
2010-07-29 14:49         ` Juan
2010-07-12 21:02 ` Stefan Vollmar [this message]
2010-07-29 13:23   ` Erwin Panen

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E90A1D65-8F9F-46DD-AA09-5509120B2C63@nf.mpg.de \
    --to=vollmar@nf.mpg.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=erwinpanen@fastmail.fm \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).