From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: org-table Row Count Formula Date: Fri, 1 Aug 2014 15:22:51 -0600 Message-ID: References: <877g2vl04h.fsf@quasar.esben-stien.name> <87mwbr2pph.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDKHt-0004l4-Kd for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDKHs-0005Sz-HW for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:22:53 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:63867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDKHs-0005Qg-C1 for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:22:52 -0400 Received: by mail-qg0-f54.google.com with SMTP id z60so6489580qgd.13 for ; Fri, 01 Aug 2014 14:22:51 -0700 (PDT) In-Reply-To: <87mwbr2pph.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 On Wed, Jul 30, 2014 at 2:52 AM, Eric Abrahamsen wrote: > 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. Yes. > I think empty rows would be omitted, though. It depends on whether the mode "E" is used or not, see http://orgmode.org/manual/Formula-syntax-for-Calc.html Michael