From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Re: Including row numbers in a table Date: Sat, 09 Aug 2008 01:16:14 -0700 Message-ID: <489D524E.9020609@gmail.com> References: <489D1FDB.2010603@gmail.com> <87vdyau3sm.fsf@gollum.intra.norang.ca> <87r68yu13n.fsf@gollum.intra.norang.ca> <87myjmu0ry.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRjci-00055J-UL for emacs-orgmode@gnu.org; Sat, 09 Aug 2008 04:16:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRjce-000557-Rh for emacs-orgmode@gnu.org; Sat, 09 Aug 2008 04:16:27 -0400 Received: from [199.232.76.173] (port=45916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRjce-000554-OB for emacs-orgmode@gnu.org; Sat, 09 Aug 2008 04:16:24 -0400 Received: from mailbigip.dreamhost.com ([208.97.132.5]:50080 helo=randymail-a5.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRjce-000559-EV for emacs-orgmode@gnu.org; Sat, 09 Aug 2008 04:16:24 -0400 In-Reply-To: <87myjmu0ry.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen wrote: > Bernt Hansen writes: > Last one... *honest* > > | Row | Data Column 1 | Data Column 2 | > |-----+---------------+---------------| > | 1 | x1 | | > | 2 | some data | more data | > |-----+---------------+---------------| > | 3 | | | > | 4 | | | > | 5 | | | > #+TBLFM: $1=vlen(@I$1..0);EN Thanks for all three solutions -- I'm using the last one and it works great! (I think the '$1' is superfluous). Dan