From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: org 8.29 Date: Sat, 30 May 2015 15:18:05 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YymGp-0007df-7m for emacs-orgmode@gnu.org; Sat, 30 May 2015 15:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YymGl-00058J-5l for emacs-orgmode@gnu.org; Sat, 30 May 2015 15:18:11 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:57936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YymGl-00058E-2X for emacs-orgmode@gnu.org; Sat, 30 May 2015 15:18:07 -0400 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 92A1413592 for ; Sat, 30 May 2015 15:18:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 7C71514B5C for ; Sat, 30 May 2015 15:18:05 -0400 (EDT) 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 I got #ERROR unexpectedly with: #+TBLFM: $2=vmean(@<..@>) This time all I want to calculate are averages for four columns. I expect I'll do additional #+TBLFM: lines with additional calculations on them later. I read the References section under info org spreadsheet and from what I read this seemed perfectly reasonable. To my knowledge no blank lines exist in that vector except for the last line I created by completing the record above it. --