From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: automating incrementing of date stamps Date: Mon, 12 Nov 2012 22:12:14 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TY1Io-00061s-Tg for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 16:12:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TY1Il-0004hE-RY for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 16:12:18 -0500 Received: from mail-vb0-f41.google.com ([209.85.212.41]:51257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TY1Il-0004h2-Nj for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 16:12:15 -0500 Received: by mail-vb0-f41.google.com with SMTP id v13so109950vbk.0 for ; Mon, 12 Nov 2012 13:12:15 -0800 (PST) In-Reply-To: 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: Jude DaShiell Cc: Org Mode Hi Jude On Mon, Nov 12, 2012 at 7:46 PM, Jude DaShiell wrote: > I have a table set up with the first column being a date column and I put > a date stamp of <2012-11-10 Sat +1D> in for the first date. I figure to > use the table to log events not in any todo context. Does some way exist > when I tab into the next row of the table that <2012-11-11 Sun +1D> would > appear in the first column automatically? and continue to do so for > subsequent additions of rows in the table? I'll probably need to put a > vmean entry in for another column but I've got help from this list doing > that before with another table. S- (org-table-copy-down) on | <2012-11-10 Sat> | fills the cell below point with the next day: | <2012-11-10 Sat> | | <2012-11-11 Sun> | For integers the increment is derived from the current cell and the one above. For dates the increment is always one day. Michael