From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Add time (duration) to timestamp Date: Mon, 07 Dec 2015 10:15:01 +0200 Message-ID: <87twnuk73u.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5qx4-0005KT-F9 for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 03:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5qx1-0004iE-7W for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 03:15:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:53065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5qx1-0004i7-0o for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 03:15:15 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a5qww-0001cD-En for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 09:15:10 +0100 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 09:15:10 +0100 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 09:15:10 +0100 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: emacs-orgmode@gnu.org Greetings. Is there a way to add time to a timestamp, say, in a table? For example, say I have a series of events, each lasting 15 minutes, starting at a specified time on a specific day. I want to create a table of them as follows: | time | event | |----------------------------+-------| | <2015-12-07 Mon 12:00> | A | | add 15 minutes to above | B | | again, add 15 min to above | C | Is there a way to automate the generation of the timestamps of events B and C? Jarmo