From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Upgrade to org 8.0 Date: Fri, 21 Jun 2013 09:46:52 -0500 Message-ID: References: <20130621143836.GC9340@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2c2-0001Rk-Tt for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq2c1-0008JQ-Fm for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:46:54 -0400 Received: from mail-oa0-x22c.google.com ([2607:f8b0:4003:c02::22c]:59683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2c1-0008J8-BB for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 10:46:53 -0400 Received: by mail-oa0-f44.google.com with SMTP id l10so9553571oag.17 for ; Fri, 21 Jun 2013 07:46:52 -0700 (PDT) In-Reply-To: <20130621143836.GC9340@kuru.dyndns-at-home.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Suvayu Ali Cc: emacs-orgmode On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali wrote: > 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: > >> 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)' I thought one didn't need this either? I don't have it in my config. John > >> * >> * >> 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: > > Hope this helps, > > -- > Suvayu > > Open source is the future. It sets us free. >