[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-table Row Count Formula
From: |
Eric Abrahamsen |
Subject: |
Re: [O] org-table Row Count Formula |
Date: |
Wed, 30 Jul 2014 16:52:42 +0800 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) |
Esben Stien <address@hidden> writes:
> I'm trying to figure out how to get the number of rows in an org-table,
> but I can't find this in the documentation.
>
> Anyone have an idea?
The vcount function will count the number of elements in a vector, so
you could probably pass a range reference, like @1..@> (first row to
last row) to vcount. I think empty rows would be omitted, though.