From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: table formula help... Date: Sat, 6 Dec 2014 09:05:20 +0100 Message-ID: References: <87ppbxfi5f.fsf@ericabrahamsen.net> 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]:42236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxAMl-0006Ur-MA for emacs-orgmode@gnu.org; Sat, 06 Dec 2014 03:05:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxAMk-0000oo-Qo for emacs-orgmode@gnu.org; Sat, 06 Dec 2014 03:05:23 -0500 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:64836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxAMk-0000nk-ND for emacs-orgmode@gnu.org; Sat, 06 Dec 2014 03:05:22 -0500 Received: by mail-qg0-f50.google.com with SMTP id i50so1584320qgf.9 for ; Sat, 06 Dec 2014 00:05:21 -0800 (PST) In-Reply-To: <87ppbxfi5f.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: Org Mode Hi Eric On Sat, Dec 6, 2014 at 6:42 AM, Eric Abrahamsen w= rote: > #+NAME: counts > | Piece | Chars | Lines | Translator | > +----------------+--------+-------+------------------+ > | =E5=87=A4=E5=87=B0 | | 84 | Austin Woerner | > | =E7=8E=8B=E8=A1=80 | 6633 | | Eric Abrahamsen | > | =E8=B5=B5=E6=B0=8F=E5=AD=A4=E5=84=BF | 16984 | | Canaan Mo= rse | > | =E5=B1=B1=E9=AC=BC=E6=95=85=E5=AE=B6 | | 24 | Lucas Kle= in | > | =E5=AF=82=E9=9D=99=E4=BD=95=E5=85=B6=E6=B7=B1=E6=B2=89 | | = 10 | Lucas Klein | > > And the second: > > #+NAME: payments > #+CONSTANTS: prose=3D0.7 poetry=3D10 > | Translator | Total Chars | Total Lines | Payment | > |------------------+-------------+-------------+---------| > | Austin Woerner | | | | > | Eric Abrahamsen | | | | > | Canaan Morse | | | | > | Lucas Klein | | | | Thierry Banel recently announced orgaggregate: http://lists.gnu.org/archive/cgi-bin/namazu.cgi?idxname=3Demacs-orgmode&max= =3D100&sort=3Ddate:late&query=3D%2Bsubject:"%5BANN%5D+Aggregate+Table" For a solution with only built-in functionality see the example test-org-table/org-lookup-all in the Org source file testing/lisp/test-org-table.el http://orgmode.org/w/org-mode.git?p=3Dorg-mode.git;a=3Dblob;f=3Dtesting/lis= p/test-org-table.el Michael