From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Subject: date functions in org tables Date: Fri, 25 Feb 2011 22:34:22 +0100 Message-ID: <86r5avlrxd.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57784 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pt5JA-0004mG-3g for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 16:34:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pt5J4-0002Fs-Mf for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 16:34:39 -0500 Received: from lo.gmane.org ([80.91.229.12]:57790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pt5J4-0002Fe-CC for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 16:34:34 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pt5J0-0002Ea-9o for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 22:34:30 +0100 Received: from e178060129.adsl.alicedsl.de ([85.178.60.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Feb 2011 22:34:30 +0100 Received: from gruenderteam.berlin by e178060129.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Feb 2011 22:34:30 +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 Hello, is there something like a column formula in org that enables me to introduce a date in the first row and then automatically fills the other rows of that column with followup dates (+ 1 day or + 1 week i.e.) like this: | date | kg | |-----------------+----| | <2011-02-08 Di> | 86 | | <2011-02-09 Mi> | 85 | | etc. | | thanks for any hints cheers Thorsten