From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erwin Panen Subject: Re: Help installing org-mode on a MAC please? Date: Thu, 29 Jul 2010 15:23:20 +0200 Message-ID: <4C5180C8.3010509@fastmail.fm> References: <4C39E69E.7070403@fastmail.fm> Reply-To: erwinpanen@fastmail.fm Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeT4g-0006xu-9H for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 09:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeT4c-0007xs-Ph for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 09:23:02 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:38177) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeT4c-0007xU-NO for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 09:22:58 -0400 In-Reply-To: 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: Stefan Vollmar Cc: emacs-orgmode@gnu.org Hi Stefan, Thanks a lot for your help, much appreciated. I've done some more searching and decided to delay using Aquamacs for now. My reasoning is that I at least want to try to remain as compatible as possible, i.e. linux, win XP and OS X. Being fairly new to OS X, I already suffer from differences in keyb shortcuts and such. For instance square brackets put me through a lot of trouble. I found (on azerty laptop kb) I can get square brackets in OS X using "option + shift + (" and "option + shift + )" However this will not work with Emacs.... Are there any specific differences in keyboard shortcuts for Aquamacs compared to "standard" emacs the way we find it on Windows and Linux? Thanks a lot, Erwin On 12/07/2010 23:02, Stefan Vollmar wrote: > 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 >