From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Bug: "File mode specification error: (invalid-function org-check-version)" on startup Date: Mon, 06 Aug 2012 11:16:21 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyK1l-0005ML-TT for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 05:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyK1l-0000qg-1J for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 05:55:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:51339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyK1k-0000qb-QN for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 05:55:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SyK1j-00075N-3a for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 11:55:07 +0200 Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Aug 2012 11:55:07 +0200 Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Aug 2012 11:55:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 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. * org-clock.el (org): Don't require org. * ob-exp.el (org-list-forbidden-blocks): Add declarations. :040000 040000 6669cee7aab025b4761b8a9e54da5cba675b48fc 3de0787e877cda3d280fa85c61cd945cb305c122 M contrib :040000 040000 8a83fd0e0338ed15b5f9c97c846c485f8447b13d 169d363447239443ff0be48910fb07cf726bd0c9 M lisp