From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xue Fuqiao Subject: About range references in the spreadsheet Date: Wed, 16 Jan 2013 23:24:37 +0800 Message-ID: <20130116232437.b04189ed2c42c927f16b8d1c@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvUrD-0001Op-CZ for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 10:24:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvUr8-0006Vv-1v for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 10:24:51 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:60068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvUr7-0006Vm-RA for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 10:24:45 -0500 Received: by mail-da0-f45.google.com with SMTP id w4so611246dam.4 for ; Wed, 16 Jan 2013 07:24:44 -0800 (PST) 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 In (info "(org) References"), there is an example explaining the range references: @-1$-2..@-1 3 numbers from the column to the left, 2 up to current row What does `2 up to current row' mean? I don't understand. IIRC `@' represents row, it should be `1 up to current row'. -- Best regards.