6 Aug 2012 11:16
Bug: "File mode specification error: (invalid-function org-check-version)" on startup
Steinar Bang <sb <at> dod.no>
2012-08-06 09:16:21 GMT
2012-08-06 09:16:21 GMT
Platform: Windows 2008R2 SP1
GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN
I pulled org-mode master from git today. When I tried to open an org
file, it failed, with the following message in the minibuffer:
File mode specification error: (invalid-function org-check-version)
My previous version (ORIG_HEAD), was:
cf8d979d8c519ab62a02bc7501baa376b122bf3d
The HEAD after update, was:
7791d40045ea8b6eef089c362fdf3cb35312a1a8
git bisect identified the the following commit as the culprit:
C:\Users\sb\Documents\git\org-mode>git bisect bad
abbea596111611a945d73783b3e8790e76599740 is the first bad commit
commit abbea596111611a945d73783b3e8790e76599740
Author: Bastien Guerry <bzg <at> altern.org>
Date: Sat Jul 28 00:55:45 2012 +0200
Move org-element.el from contrib/lisp to lisp/.
* org.el (org-mode-map): Add keybindings to
`org-element-transpose' and `org-narrow-to-element'.
(org-metaup): Fall back on `org-element-drag-backward'.
(org-metadown): Fall back on `org-element-drag-forward'.
Also move chunks of declarations and require statements to
get rid of compiler warnings.
* org-exp-blocks.el (org): Don't require org. Add declarations.
(Continue reading)
RSS Feed