From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Nobis Subject: Bug in table formular - last column specifier broken Date: Fri, 18 Dec 2015 07:49:05 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9oqt-0002K0-I9 for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 01:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9oqo-00024f-P8 for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 01:49:19 -0500 Received: from basilikum.nobis-admin.de ([89.238.71.130]:51757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9oqo-00024b-Fz for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 01:49:14 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by basilikum.nobis-admin.de (Postfix) with ESMTP id 653267E0177 for ; Fri, 18 Dec 2015 07:49:12 +0100 (CET) Received: from basilikum.nobis-admin.de ([127.0.0.1]) by localhost (basilikum.nobis-admin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FImCM_Doc8qT for ; Fri, 18 Dec 2015 07:49:06 +0100 (CET) Received: from kartoffel.fritz.box (unknown [IPv6:2001:4dd0:fb8a:0:84e2:7455:46ba:8c03]) by basilikum.nobis-admin.de (Postfix) with ESMTPSA for ; Fri, 18 Dec 2015 07:49:06 +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 Hi. With the last update to Org-mode version 8.3.2 (8.3.2-48-g700b8e-elpaplus) the following table formular breaks: --8<---------------cut here---------------start------------->8--- | | Mon | Tue | Wed | Thu | Fri | Sat | Sun | Sum | |-----+------+------+------+-----+-----+-----+-----+----------| | | | 1:30 | 2:00 | | | | | 03:30:00 | |-----+------+------+------+-----+-----+-----+-----+----------| | Sum | | | | | | | | 00:00:00 | #+TBLFM: $>=vsum($<<..$>>);T --8<---------------cut here---------------end--------------->8--- The error message is: Invalid table range specifier `9'. When I change the "$>" to "$9" the formula works as expected. -- Until the next mail..., Stefan.