From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Durations and time values combined with the clock table.. Date: Sun, 24 Jul 2011 18:45:50 +0200 Message-ID: <87oc0jtrrv.fsf@altern.org> References: <201107130829.08451.DanielBausch@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql488-0007zd-8v for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql486-0007TP-Nd for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:24 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql486-0007Rs-Ep for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:22 -0400 Received: by mail-wy0-f169.google.com with SMTP id 36so2919967wyg.0 for ; Sun, 24 Jul 2011 12:14:22 -0700 (PDT) In-Reply-To: <201107130829.08451.DanielBausch@gmx.de> (Daniel Bausch's message of "Wed, 13 Jul 2011 08:29:08 +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: Daniel Bausch Cc: emacs-orgmode@gnu.org Hi Daniel, Daniel Bausch writes: > * non-dated + non-dated = non-dated // normal time calculation > * non-dated - non-dated = non-dated // normal time calculation > * dated + non-dated = dated // interval addition > * dated - non-dated = dated // interval substraction > * non-dated + dated = dated // interval addition (operands switched) > * - non-dated + dated = dated // interval substract (operands switched) > * dated - dated = non-dated // get the time difference > * non-dated - dated = non-sense // time difference not calculable > * dated + dated = non-sense // maybe throw an #ERROR > * scalar * non-dated = non-dated // interval multiplication > * non-dated * scalar = non-dated // interval multiplication > * scalar / non-dated = scalar // datatype "per hour" > * non-dated / scalar = non-dated // time share That would be nice indeed. If someone wants to hack in this direction, please do! I cannot dedicate too much time to this now. Thanks, -- Bastien