From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali <fatkasuvayu+linux@gmail.com> Subject: Re: Upgrade to org 8.0 Date: Fri, 21 Jun 2013 16:38:36 +0200 Message-ID: <20130621143836.GC9340@kuru.dyndns-at-home.com> References: <CAD54YEbeu9RvAyg8NkRnA_R6vM13H3ywSQPnSX06YhXQ7ckPeQ@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:52804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <fatkasuvayu+linux@gmail.com>) id 1Uq2UA-00031m-85 for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <fatkasuvayu+linux@gmail.com>) id 1Uq2U5-0005Pg-Ha for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:38:46 -0400 Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:32828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <fatkasuvayu+linux@gmail.com>) id 1Uq2U5-0005PT-Ac for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:38:41 -0400 Received: by mail-ee0-f49.google.com with SMTP id b57so4641578eek.22 for <emacs-orgmode@gnu.org>; Fri, 21 Jun 2013 07:38:40 -0700 (PDT) Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:f2de:f1ff:fe37:c76c]) by mx.google.com with ESMTPSA id n5sm8160388eed.9.2013.06.21.07.38.38 for <emacs-orgmode@gnu.org> (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 21 Jun 2013 07:38:38 -0700 (PDT) Content-Disposition: inline In-Reply-To: <CAD54YEbeu9RvAyg8NkRnA_R6vM13H3ywSQPnSX06YhXQ7ckPeQ@mail.gmail.com> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/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: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: > Dear list, > > I'm trying to upgrade to org 8.0.3 and met some difficulty that could not > solve. Please help. > > 1. About installation > ---------------------------- > Currently I'm using Emacs 24.3 under MacOSX mountain lion. > The org mode shipped with this version of emacs is 7.9 > > I followed the instruction, successfully compiled org 8.0.3 and put all the > *.elc file into my load-path. You should read this: <http://orgmode.org/worg/org-8.0.html> > Here is the first confusion: > *Before I was using (require 'org-install) to get org code evaluated. Seems > org-install is obsolete now, then what should I put in my .emacs to get > org loaded?* This has been obsolete for quite a while now; all you need is `(require 'org)' > * > * > Although I do know why, but seems my old settings get org(8.0.3) loaded, > i.e. M-x org-version gives 8.0.3. But when I try ffap on (require > 'org-publish) seems emacs wants to jump to > "/Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org-publish.el.gz", > which is the old org version shipped with Emacs itself. You should read this: <http://orgmode.org/worg/org-faq.html#mixed-install> Hope this helps, -- Suvayu Open source is the future. It sets us free.