From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Formula `vcount' fails to count values in date format [8.2.6 (8.2.6-dist @ d:/opt/emacs/site-lisp/org/)] Date: Tue, 20 May 2014 22:03:56 +0200 Message-ID: <87bnusrzdf.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmqGj-00073F-8f for emacs-orgmode@gnu.org; Tue, 20 May 2014 16:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmqGW-0008QY-Fs for emacs-orgmode@gnu.org; Tue, 20 May 2014 16:04:13 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:50024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmqGW-0008QU-8R for emacs-orgmode@gnu.org; Tue, 20 May 2014 16:04:00 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so1064979wes.32 for ; Tue, 20 May 2014 13:03:59 -0700 (PDT) In-Reply-To: (Gang Chen's message of "Mon, 19 May 2014 15:24:03 +0800") 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: Gang Chen Cc: emacs-orgmode@gnu.org Hi Gang, Gang Chen writes: > I found line 2715 of file org-table.el: > > #+BEGIN_SRC > (setq form (replace-regexp-in-string org-ts-regexp3 "<\\1>" form)) > #+END_SRC > > change the value of `form' from `vcount([2014-01-01,2014-01-03]' to > `vcount(<2014-01-01,>)'. Is this the expected behavior? Clearly not -- I fixed this in maint, thanks for reporting it! -- Bastien