From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: table/calc: subscr() fails with date Date: Sun, 04 Sep 2016 16:40:06 +0200 Message-ID: <87poojwwxl.fsf@saiph.selenimh> References: <2016-09-03T13-32-36@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgYag-0006ef-M0 for emacs-orgmode@gnu.org; Sun, 04 Sep 2016 10:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgYae-0000B4-Nd for emacs-orgmode@gnu.org; Sun, 04 Sep 2016 10:40:09 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:54415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgYae-0000Ay-HR for emacs-orgmode@gnu.org; Sun, 04 Sep 2016 10:40:08 -0400 In-Reply-To: <2016-09-03T13-32-36@devnull.Karl-Voit.at> (Karl Voit's message of "Sat, 3 Sep 2016 13:33:36 +0200") 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" To: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org Hello, Karl Voit writes: > I've found a bug when using subscr() to get the value of the previous > row. With the following date values, it fails and I don't have an idea > why: > > | date | previous date | > |------------------------+------------------------| > | [2015-08-21 Fri 16.57] | | There is a typo above. > | [2015-12-30 Wed 11:08] | [1986, Fri, 16.57] | > | [2016-02-01 Mon 18:33] | <2015-12-30 Wed 11:08> | > | [2016-03-01 Tue 19:01] | <2016-02-01 Mon 18:33> | > | [2016-04-01 Fri 19:39] | <2016-03-01 Tue 19:01> | > | [2016-05-01 Sun 13:01] | <2016-04-01 Fri 19:39> | > | [2016-06-01 Wed 18:24] | <2016-05-01 Sun 13:01> | > | [2016-07-02 Sat 16:44] | <2016-06-01 Wed 18:24> | > | [2016-08-01 Mon 19:18] | <2016-07-02 Sat 16:44> | > | [2016-09-02 Fri 15:34] | <2016-08-01 Mon 19:18> | > #+TBLFM: @3$2..@>$2 = subscr(@<$1..@>$1, @# - 1) > > Do you have any hint or idea? The fact that inactive time stamps are turned into active ones is because Calc only handles the latter. So all inactive time stamps are turned into active ones prior to evaluation. Regards, -- Nicolas Goaziou