From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: question about time range calculation Date: Wed, 7 Nov 2007 14:56:23 +0100 Message-ID: <20071107145623.497c3f43@gaia.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IplQ3-00065B-32 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:58:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IplQ2-00064v-1s for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:58:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IplQ1-00064s-Mh for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:58:09 -0500 Received: from mailcluster-1.unibw-hamburg.de ([139.11.5.101] helo=premail.unibw-hamburg.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IplQ0-0008Ke-VS for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:58:09 -0500 Received: from rzav4.unibw-hamburg.de ([139.11.12.54]) by premail.unibw-hamburg.de with esmtp (Exim 4.66) (envelope-from ) id 1IplOU-00069n-41 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 14:56:34 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I've a line like this in my org file * EABI new --> EABI <2007-11-07 Mi 14:29>--<2007-11-07 Mi 14:35> and would like to add the time difference between both stamps at the end. As I understand the fine manual, C-u C-x C-y does exactly this. "C-c C-y Evaluate a time range by computing the difference between start and end. With prefix arg, insert result after the time range (in a table: into the following column)." But: It adds the time difference at point position, not after the time range. Am I doing something wrong? Thx detlef PS: org-5.13e here