From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Remote durations are considered as fractions Date: Wed, 11 Apr 2012 00:46:52 +0200 Message-ID: <87y5q3b3xf.fsf@gnu.org> References: <80mx6t2dt7.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHjol-0005w0-NO for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 18:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHjoj-00038r-T2 for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 18:45:43 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHjoj-00038I-J3 for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 18:45:41 -0400 Received: by wgbdr1 with SMTP id dr1so226538wgb.30 for ; Tue, 10 Apr 2012 15:45:39 -0700 (PDT) In-Reply-To: <80mx6t2dt7.fsf@somewhere.org> (Sebastien Vauban's message of "Tue, 03 Apr 2012 14:35:32 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org Hi Sébastien, "Sebastien Vauban" writes: > Using the flag T does not help: > > | Planning | 00:00:03 | > | Reporting | 00:00:09 | > #+TBLFM: @1$2=remote(hours-spent,@4$4);T This should work as expected now (with the "T" flag.) Note that the conversion of 3:12 into 1:4 is independant of getting the remote references right when they are durations. | Test | 3:12 | | | 1:4 | #+TBLFM: @2$2=@1$2 Thanks for reporting this! -- Bastien