Bastien writes: > Hi Eric, > > actually, digging your problem further, I finally committed this > patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=db7ece > Great, thank you for running this to ground. After my last email I ran into the problem again, but didn't have the energy to continue debugging. > > Loading org-loaddefs.el through `org-load-noerror-mustsuffix' is > asking for troubles. I removed this. > Makes sense. > > Thanks for the time spent on this, To follow up on the instillation instructions. Those in the manual look pretty good (I'm speaking specifically of org.texi in the master branch of the repository, not the online version of the manual which seems to be out of date and quickly dives into "make help" specifics). My only suggestion would be that they include the following step. ;; emacs-lisp (require 'org) (org-reload) Additionally, I think the attached change to the home page would be helpful for those who want to get started quickly.