Hi Sébastien,
"Sebastien Vauban" <wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org> writes: > (if (locate-library "org-loaddefs") > (require 'org-loaddefs) ^^^^^^^^^^^^^ You don't need this, there is (load "org-loaddefs.el" t t) in org.el. Are your org elisp files compiled? What results do you have without the advice on `require'? -- Bastien