Hi Eric, Eric Schulte <schulte.e...@gmail.com> writes:
> Retracted. This only works because, > > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") > (require 'org) > > Does not in fact load up the newest version of Org-mode. How did you check? You don't have the error about the missing function anymore, right? > I'm surprised I'm the only person experiencing this problem. Can anyone > else reproduce this locally? To re-iterate, with no Org-mode installed > through ELPA, and with a clean (either with or without running make) > checkout of the master branch start up an "Emacs -Q", and then evaluate > the following in your scratch buffer. > > (load-file "path/to/org-mode/lisp/org.el") When you use Org from git, you need to run make autoloads at least. Otherwise, yes, autoloads will not be correct. -- Bastien