From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Tables: issue with vsum Date: Mon, 17 Jun 2013 11:39:15 +0200 Message-ID: <2013-06-17T11-33-31@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoVuR-0001eE-Vt for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 05:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoVuQ-0004Zb-AP for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 05:39:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:59702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoVuQ-0004ZH-4C for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 05:39:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UoVuJ-0006UY-0x for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 11:39:27 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jun 2013 11:39:27 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jun 2013 11:39:27 +0200 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! I've got an issue with a (simple) table formula. Org-mode version 8.0.2 (release_8.0.2-121-g86fab4) | | A | B | P | |---+---+---+-------| | | 2 | 2 | | | | 1 | 2 | | | | 2 | 1 | | | | 1 | 2 | | | | 1 | 0 | | |---+---+---+-------| | | | | | | ^ | | | Summe | #+TBLFM: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4) ... C-c C-c should IMHO result in: | | A | B | P | |---+---+---+-------| | | 2 | 2 | 4 | | | 1 | 2 | 2 | | | 2 | 1 | 2 | | | 1 | 2 | 2 | | | 1 | 0 | 0 | |---+---+---+-------| | | | | 10 | | ^ | | | Summe | #+TBLFM: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4) ... but it results at my side in: | | A | B | P | |---+---+---+----------------------| | | 2 | 2 | ()=vsum(@I$4..@II$4) | | | 1 | 2 | ()=vsum(@I$4..@II$4) | | | 2 | 1 | ()=vsum(@I$4..@II$4) | | | 1 | 2 | ()=vsum(@I$4..@II$4) | | | 1 | 0 | ()=vsum(@I$4..@II$4) | |---+---+---+----------------------| | | | | | | ^ | | | Summe | #+TBLFM: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4) What is the reason between my expectations and the result? Thank you! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github