From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien cubizolles Subject: Relative dates with sexep Date: Thu, 16 Sep 2010 18:27:18 +0200 Message-ID: <1284654438.7792.63.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=33616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwHJb-0002lU-VL for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 12:28:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwHJa-0001GV-H0 for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 12:28:03 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:53353) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwHJa-0001B3-27 for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 12:28:02 -0400 Received: from [192.168.0.1] (unknown [82.229.182.158]) by smtp2-g21.free.fr (Postfix) with ESMTP id 50C6D4B00C8 for ; Thu, 16 Sep 2010 18:27:20 +0200 (CEST) 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: org-mode I'm trying to specify a date relative to another date in an org file. I've tried to adapt one of the examples from worg, with : <%%(= 7 (- (calendar-absolute-from-gregorian date) (calendar-absolute-from-gregorian (02 02 2010))))> to get the date one week after the 2nd of february 2010. Bad sexp... What should I use ? Julien.