From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: org-mode time durations Date: Wed, 13 Feb 2019 13:26:10 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtzEZ-0002ev-Qz for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 13:26:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtzEZ-0001ct-5V for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 13:26:11 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:39513) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtzEZ-0001cW-1Y for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 13:26:11 -0500 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 4407JL3CD0z1dC8 for ; Wed, 13 Feb 2019 13:26:10 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 4407JL1V70zcbP for ; Wed, 13 Feb 2019 13:26:10 -0500 (EST) 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: emacs-orgmode@gnu.org I have a column of timestamps and these are more than 24 hours apart and can't use the ;t format to get durations in a third column when two of these timestamps are subtracted. Fortunately, I can handle this application with some basic programming. --