Hello, I'm getting a weird error. When I "make vanilla" from the current git repo, I don't get the error, so I'm sure it's something I've done, but I'm not sure what, and my customizations make tracking down the problem complicated. I know I can find out the source, but I'm hoping that someone has an idea that can save me some time.
Then I type C-c C-c on a `#+TBLFM:` line, I get an error. This weird message appears in the *Warnings* buffer: Warning (emacs): There is no logger of name 268435455. I also get this in the *Backtrace* buffer: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p t) byte-code("\301\302\303\245\304\"\303\245!\207" [most-positive-fixnum truncate log 2 10] 4) (defconst math-bignum-digit-length (byte-code "\301\302\303\245\304\"\303\245!\207" [most-positive-fixnum truncate log 2 10] 4) ("/usr/share/emacs/24.5/lisp/calc/calc.elc" . 79936)) calc-eval(("(8)-1" calc-internal-prec 12 calc-float-format (float 8) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www (" " hh ":" mm)) calc-display-working-message t) nil) org-table-eval-formula(nil "$1-1" noalign nocst nostore noanalysis) org-table-recalculate(t) call-interactively(org-table-recalculate) org-table-calc-current-TBLFM() org-ctrl-c-ctrl-c(nil) call-interactively(org-ctrl-c-ctrl-c nil nil) command-execute(org-ctrl-c-ctrl-c) Also, the error appears in all my files, but when I tried to run org-lint to look for possible problems in a file that might have them, it simply stops with this message: Search failed: "^[ ]*#\\+[A-Za-z]+: +setup *$" Does anyone have any idea what a likely culprit might be? Emacs : GNU Emacs 24.5.1 (i586-pc-linux-gnu, GTK+ Version 3.18.2) of 2015-10-24 on x86-grnet-01, modified by Debian Package: Org-mode version 8.3.3 (release_8.3.3-501-g15d591.dirty @ /home/tftorrey/T/hacks/org-mode/lisp/) Thanks in advance, Terry