From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Mean of a column in a remote table Date: Thu, 13 Dec 2018 13:23:04 +0000 Message-ID: <87a7l9blxj.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXQxN-0004QK-Fq for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 08:23:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXQxK-0006qC-8j for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 08:23:13 -0500 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]:55018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXQxG-0006n5-IN for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 08:23:08 -0500 Received: by mail-wm1-x32e.google.com with SMTP id a62so2328984wmh.4 for ; Thu, 13 Dec 2018 05:23:06 -0800 (PST) In-Reply-To: (Roger Mason's message of "Thu, 13 Dec 2018 09:12:45 -0330") 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" To: Roger Mason Cc: Org-Mode On Thursday, 13 Dec 2018 at 09:12, Roger Mason wrote: > #+tblfm: $2=remote($1,vmean(@2..@-1)) [...] > The second column of the upper table is intended to receive the mean of > table 'mic_2_in_648_cell'. Instead I get the error 'Row descriptor -1 > leads outside table'. Try @< instead of @-1? -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1034-gafcb1d