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.