> 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. > > 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") >
I did exactly this and I get the following: let: Symbol's function definition is void: org-load-noerror-mustsuffix Latest code from git, did run make. Emacs is the latest pretest: GNU Emacs 24.2.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-01-10 on bob.porkrind.org Indeed, when doing (require 'org) I don't get this problem. So even though the latest code is in the load-path, somehow it's not loaded. Stelian