From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikkel Kristiansen Subject: Symbol's value as variable is void: org-table-modes Date: Mon, 30 Apr 2012 22:36:33 +0200 Message-ID: <87r4v5j6su.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOxKw-0001ie-Qr for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 16:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOxKv-0001a2-1z for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 16:36:46 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:64309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOxKu-0001Zp-PW for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 16:36:44 -0400 Received: by wgbds1 with SMTP id ds1so2397970wgb.30 for ; Mon, 30 Apr 2012 13:36:41 -0700 (PDT) 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 Org-mode version 7.8.09 (release_7.8.09-454-g537ab2) GNU Emacs 23.4.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-12 on shirley.hoetzel.info Arch Linux. |-------+----+---+-----+--------| | A | AA | 2 | 60 | 73.80 | | B | BB | 5 | 150 | 185.00 | |-------+----+---+-----+--------| | Total | - | | | 260.00 | |-------+----+---+-----+--------| #+TBLFM: @1$5=vsum($4*1.225);%.2f p20 f20::@2$5=vsum($4*1.225);%.2f p20 f20::@3$5=vsum(@1..@2);%.2f p20 f20 I am trying make the spreadsheet above with org-tbl. When running C-u C-c C-c I get this error-message: "org-table-recalculate: Symbol's value as variable is void: org-table-modes" When not using "p20 f20" the spreadsheet works fine, but I need the precision. I'm lost on how to fix this issue or how to work around it. Hopefully someone can explain what can be done to make this work. /Mikkel Kristiansen