Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-09-01 Thread Martin Steffen
Hi Nicolas, and all. I recently answered to a prior suggestion concerning the cause of a problem (see below), basically I could not confirm the cause of the error. In the meantime, I had the same problem (on different computer), again with the newest org-mode with the same symptoms (org-mode b

Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-08-29 Thread Martin Steffen
Hi, thanks for the info. I tried to reproduce the error but failed, which means, in the meantime org 3.5.1 works. Note, however, that it's no longer the same git-reversion. When I first stumbled upon it, it was org-version 3.5.1 and the then latest pull from the git-server. Since it basically

Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-08-28 Thread Nicolas Goaziou
Hello, Martin Steffen writes: > org-element--set-regexps: Invalid function: 41 41 is ?\) character. I think the problem lies in this snippet from `org-element--set-regexps' (case org-plain-list-ordered-item-terminator (?\) ")") (?. "\\.") (otherwise "[.)]")) ^^^ Could you try the f

Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Bastien gnu.org> writes: > > Hi Martin, > > Martin Steffen ifi.uio.no> writes: > > > (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)) > >

Re: [O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Bastien
Hi Martin, Martin Steffen writes: > (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)) After you start Emacs in this minimal mode, can you call M-

[O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
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