Esben Stien <b...@esben-stien.name> 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.