From mboxrd@z Thu Jan 1 00:00:00 1970 From: "T.F. Torrey" Subject: Error when applying table formula Date: Tue, 26 Jan 2016 15:42:33 -0700 Message-ID: <874me0q7xi.fsf@jack.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOCJz-0004wH-TU for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 17:42:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOCJz-0003Mn-1Z for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 17:42:47 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOCJy-0003Mb-RX for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 17:42:46 -0500 Received: from jack.tftorrey.com.tftorrey.com (unknown [IPv6:2607:fb90:540:d9b9:219:7dff:fe32:fdb4]) (Authenticated sender: tftorrey@tftorrey.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B8D9F1720A9 for ; Tue, 26 Jan 2016 23:42:42 +0100 (CET) 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 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