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. 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?* * * 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. 2. About org-export ---------------------------- I read through the upgrading notes from worg, but still haven't got a working configuration file, maybe that's the issue of my org installation. But is there's *working conf on org-export that I can start with*? I attached my lch-org-export.el, could somebody have a look how to improve them to get 8.0.3 working. Thanks in advance for the help. Chris