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 12:30:46 -0700 Message-ID: <87hbjre2l5.fsf@gmail.com> References: <87pqyfe4n4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=32863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc1Tn-0002OG-47 for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:30:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oc1Tl-0001l3-QL for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:30:50 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:64105) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc1Tl-0001kq-Lq for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 15:30:49 -0400 Received: by pwi8 with SMTP id 8so7509884pwi.0 for ; Thu, 22 Jul 2010 12:30:48 -0700 (PDT) In-Reply-To: (Marcelo de Moraes Serpa's message of "Thu, 22 Jul 2010 13:48:28 -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, I get the following output from org-version Org-mode version 7.01trans (release_7.01g.21.g8bda0) I agree it's upsetting that you are getting 6.33 for your main org-version. This value actually comes from the `org-version' variable, so I'd recommend looking at this variable with the `describe-variable' function (bound to C-h v). From the variable page you can jump to the source-code defining this variable in org.el, you can then do C-x C-f to find out the directory in which org.el is located and therefore which org-mode is being loaded. If you're still loading org from an old directory you could try removing that directory from your load-path *before* you require org-install. Hope this helps. Best -- Eric Marcelo de Moraes Serpa writes: > Thanks Eric, > > I've done it and I'm getting a confusing output from org-version: > > Org-mode version 6.33x (release_7.01g.20.gdd484) > > It seems it has updated, but it shows 6.33x as version and between > paranthesis it shows release 7.01. Any ideas? > > Thanks, > > Marcelo. > > On Thu, Jul 22, 2010 at 1:46 PM, Eric Schulte wr= ote: >> Hi Marcelo, >> >> Ensuring that the path to the latest Org-mode is on the front of your >> load path *before* you require org-install. =C2=A0The following should w= ork >> >> (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 >>