From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: table formula help... Date: Mon, 08 Dec 2014 23:32:27 +0100 Message-ID: <548626FB.1080108@free.fr> References: <87ppbxfi5f.fsf@ericabrahamsen.net> <54838805.8090705@free.fr> <8761do6t01.fsf@ericabrahamsen.net> <54841BDA.1030801@free.fr> <548425B5.20304@free.fr> <54847C99.20707@free.fr> <5486143F.8020708@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6r3-0007C6-KP for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 17:32:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy6qz-0001w3-Iv for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 17:32:33 -0500 Received: from smtp5-g21.free.fr ([212.27.42.5]:7300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6qz-0001vx-Cu for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 17:32:29 -0500 Received: from [IPv6:2a01:e35:2e21:def0:c90f:b89b:d367:7611] (unknown [IPv6:2a01:e35:2e21:def0:c90f:b89b:d367:7611]) by smtp5-g21.free.fr (Postfix) with ESMTP id BA349D4802A for ; Mon, 8 Dec 2014 23:31:10 +0100 (CET) In-Reply-To: <5486143F.8020708@free.fr> 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 Le 08/12/2014 22:12, Thierry Banel a =C3=A9crit : > Le 07/12/2014 17:48, Michael Brand a =C3=A9crit : >> Hi Thierry >> >> On Sun, Dec 7, 2014 at 5:13 PM, Thierry Banel w= rote: >>> The new features (:formula parameter and TBLFM survival) have been >>> pushed to https://github.com/tbanel/orgaggregate. The unittests.org >>> file has been updated. The http://melpa.org repository will reflect >>> the change shortly. >> Cool, thank you. As a hint for the user you could add something like >> "@<$4 =3D string("header") etc. to the TBLFMs in the unittests.org. >> >> Michael >> > Good suggestion. > What stops me now is that the @<$4 formula (or @1$4) does not work, > probably because of a bug. > More investigation is needed... > > > > I found this thread in The List started by Dima Kogan which is closely related to the @1$4 issue: http://comments.gmane.org/gmane.emacs.orgmode/91268 He submitted a patch.