From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Installing/updating org on the mac woes Date: Thu, 22 Jul 2010 11:46:23 -0700 Message-ID: <87pqyfe4n4.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc0mr-0001Hu-5R for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 14:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oc0mp-0002Yj-EP for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 14:46:28 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:63231) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc0mp-0002YU-7b for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 14:46:27 -0400 Received: by pxi7 with SMTP id 7so7740601pxi.0 for ; Thu, 22 Jul 2010 11:46:26 -0700 (PDT) In-Reply-To: (Marcelo de Moraes Serpa's message of "Thu, 22 Jul 2010 13:34:13 -0500") 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 Hi Marcelo, Ensuring that the path to the latest Org-mode is on the front of your load path *before* you require org-install. The following should work (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/") (require 'org-install) Best -- Eric Marcelo de Moraes Serpa writes: > Ops, forgot the question: > > Any ideas on how I could fix it? > > Cheers, > > Marcelo. > > On Thu, Jul 22, 2010 at 1:30 PM, Marcelo de Moraes Serpa > wrote: >> Hi list, >> >> The current make install doesn't work for installing org on the mac. I >> wanted to update to version 7 but emacs still loads version 6.33x. The >> install task is copying files to /usr/local/share/emacs/site-lisp/. >> What should in order to make emacs load from it ? (It seems Emacs.app >> has org mode built in into the bundle). >> >> Thanks, >> >> Marcelo. >> > > _______________________________________________ > 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