From mboxrd@z Thu Jan  1 00:00:00 1970
From: Christian Moe <mail@christianmoe.com>
Subject: Re: Update org-mode
Date: Sat, 02 Apr 2011 22:13:32 +0200
Message-ID: <4D97836C.8050309@christianmoe.com>
References: <BEBBFC33-B6D3-490B-80DD-AB839D53A4E9@gmail.com>
Reply-To: mail@christianmoe.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from [140.186.70.92] (port=46877 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1Q679P-0001qF-5o
	for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 16:10:28 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <mail@christianmoe.com>) id 1Q679N-00047F-Rg
	for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 16:10:27 -0400
Received: from mars.hitrost.net ([91.185.211.18]:45755)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <mail@christianmoe.com>) id 1Q679N-0003y1-FW
	for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 16:10:25 -0400
In-Reply-To: <BEBBFC33-B6D3-490B-80DD-AB839D53A4E9@gmail.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: Dror Atariah <drorata@gmail.com>
Cc: emacs-orgmode@gnu.org

In the Makefile, what settings do you have under these headings?

# Name of your emacs binary
# Where local software is found
# Where local lisp files go.
# Where info files go.

I'm one of the oddballs who compile and install every new Org version, 
because in the start I thought that was the "right" way, and it's 
become a habit.

The Makefile needs to point to the right paths for your Aquamacs 
application and its site-lisp and info subdirectories. I don't use 
Aquamacs, but mutatis mutandis it's probably similar to that for GNU 
Emacs on the Mac, namely:

  # Name of your emacs binary
  EMACS=/Applications/Emacs.app/Contents/MacOS/emacs

  # Where local software is found
  prefix=/Applications

  # Where local lisp files go.
  lispdir = $(prefix)/Emacs.app/Contents/Resources/site-lisp

  # Where info files go.
  infodir = $(prefix)/Emacs.app/Contents/Resources/info

I quickly found that git pulls would overwrite my hand-edited 
Makefile, and a hand-edited Makefile caused conflicts on the next 
pull, and I didn't understand git at all.

So I did a shell script that pulls org-mode, copies the Makefile, 
applies a patch with the above changes to the Makefile, compiles and 
installs, and then switches back the Makefile copy. Works for me.

Yours,
Christian



On 4/1/11 5:20 PM, Dror Atariah wrote:
> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
>
> The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Library/elisp.
>
> Everything went smooth, except that I had to add "sudo" before the "make install". Without the sudo, I got an "access denied" error. Anyway, at the end, I got no warnings and it seems like the process was smooth. But when I checked the version of org-mode in aquamacs it was still 6.33x
>
> I am using Emacs 23.3.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>   of 2011-03-19 on braeburn.aquamacs.org - Aquamacs Distribution 2.2 on a mac OS 10.6.7.
>
> What should I do in order to fix it?
>
> Thanks in advance,
> Dror
>
>
>
>
>