On 2012-08-20, Bastien <b...@altern.org> wrote: > If you use a separate Org distribution (as a package or cloned from > the git repository), don't forget to create autoloads. > > ~$ make autoloads > > then > > (require 'org-install) > > in your .emacs.el should do.
"(require 'org-install)" is part of the packaging of org-mode in Debian, and is loaded via a site-start snippet (in this case it's /etc/emacs/site-start.d/50org-mode.el), so the problem shouldn't come from that I think. Cheers, --Seb