From mboxrd@z Thu Jan  1 00:00:00 1970
From: Aaron Ecay <aaronecay@gmail.com>
Subject: Re: Table calculations with hline references
Date: Mon, 19 Jan 2015 00:07:39 -0500
Message-ID: <874mrnicis.fsf@gmail.com>
References: <5451536.a99QyLx36R@whatnow>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:38037)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <aaronecay@gmail.com>) id 1YD4Z0-0006r2-CQ
	for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 00:07:47 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <aaronecay@gmail.com>) id 1YD4Yw-000267-CE
	for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 00:07:46 -0500
Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:47943)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <aaronecay@gmail.com>) id 1YD4Yw-00025z-6x
	for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 00:07:42 -0500
Received: by mail-qg0-f43.google.com with SMTP id e89so4306844qgf.2
	for <emacs-orgmode@gnu.org>; Sun, 18 Jan 2015 21:07:41 -0800 (PST)
In-Reply-To: <5451536.a99QyLx36R@whatnow>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: Daniel Hornung <daniel.hornung@gmx.de>, emacs-orgmode@gnu.org

Hi Daniel,

What version of org are you using?  Using a hline-relative reference on
the lhs of a formula is not allowed in the current development version
of org (i.e. the master branch).  Presumably because it doesn=E2=80=99t work
correctly, as you have discovered.

The patch to prevent this was made over a year ago (2013-11-05).  However,
as far as I can tell it has not been in any released version of org.  I
tried to ascertain this using the command:

git tag --contains a2c71a6

Which returns only:

beta_8.3
release_8.3beta

Sorry that there=E2=80=99s not a more satisfying answer,

--=20
Aaron Ecay