From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Subject: Re: Re: Installing/updating org on the mac woes Date: Thu, 22 Jul 2010 16:06:35 -0300 Message-ID: <20100722190635.GL5569@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc16S-0008PG-Tp for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:06:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oc16R-0006E4-Lm for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:06:44 -0400 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:40646) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Oc16R-0006Di-Ds for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:06:43 -0400 Content-Disposition: inline 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: Marcelo de Moraes Serpa Cc: Org Mode This is what I do. I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs emacs. I make a local copy of Makefile with the following changes to the header: ##---------------------------------------------------------------------- ## YOU MUST EDIT THE FOLLOWING LINES ##---------------------------------------------------------------------- # Name of your emacs binary EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs # Where local software is found prefix=/Applications/Emacs.app # Where local lisp files go. lispdir = $(prefix)/Contents/Resources/lisp/org # Where info files go. infodir = $(prefix)/Contents/Resources/info So I compile using this makefile: make -f my_makefile clean make -f my_makefile make -f my_makefile doc sudo make -f my_makefile install The bad thing is that I have to update this makefile every time a new version comes from the git repo. This happens with enough low frequency as to avoid me finding a better way. Regards, .j.