From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Steffen Subject: org-mode 3.5.1 @ emacs 24: invalid-functon 41 Date: Tue, 18 Aug 2015 06:41:50 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRab1-0006BI-DG for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 02:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRaax-0005XR-H2 for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 02:42:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:57717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRaax-0005X7-Ai for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 02:42:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZRaav-0001by-3C for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 08:42:01 +0200 Received: from nittedal.ifi.uio.no ([129.240.70.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2015 08:42:01 +0200 Received: from msteffen by nittedal.ifi.uio.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2015 08:42:01 +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 Hi, I have recently git-pulled the latest org-mode (and make-compiled it). Since the upgrade, org is basically broken. If I visit a file, emacs answers with invalid-function 41 (I have debug-on-error to "t", but it does not give much info where it chokes). I have now org-version 3.5.1. Before the upgrade, it was, I assume some 3.5.0 (maybe 3.5.0h, and that worked). emacs-version: 24.5.2 If I use emacs 23.1, the problem goes away. To avoid interference with too many loaded packages (including org-features). I started emacs with emacs --no-init-file and eval'ed just the following 3 lines (setq load-path (cons "~/gnu/emacs/24/lisp/org/lisp" load-path)) (setq load-path (cons "~/gnu/emacs/24/lisp/org/contrib/lisp" load-path)) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) Here's some other errors in the *Messages* buffer: Problems while trying to load feature `org-bbdb' Problems while trying to load feature `org-bibtex' Problems while trying to load feature `org-docview' Problems while trying to load feature `org-gnus' Problems while trying to load feature `org-info' Problems while trying to load feature `org-irc' Problems while trying to load feature `org-mhe' Problems while trying to load feature `org-rmail' File mode specification error: (invalid-function 41)