From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylvain Rousseau Subject: Re: Setting a deadline in a template Date: Thu, 21 Jun 2012 17:29:42 +0200 Message-ID: References: <8109.1340291759@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba308f104ca3e304c2fd2fe2 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShjKS-0003b3-9G for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 11:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShjKM-0000wb-5I for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 11:29:51 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:64263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShjKL-0000wI-RF for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 11:29:46 -0400 Received: by lbjn8 with SMTP id n8so2737619lbj.0 for ; Thu, 21 Jun 2012 08:29:43 -0700 (PDT) In-Reply-To: <8109.1340291759@alphaville> 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: nicholas.dokos@hp.com Cc: Michael Baum , emacs-orgmode@gnu.org --90e6ba308f104ca3e304c2fd2fe2 Content-Type: text/plain; charset=ISO-8859-1 Something like: (format-time-string (car org-time-stamp-formats) (time-add (current-time) (seconds-to-time (* days 60 60 24)))) Sylvain. --90e6ba308f104ca3e304c2fd2fe2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Something like:

(format-time-string
=A0(car org-time-stamp-format= s)
=A0(time-add (current-time) (seconds-to-time (* days 60 60 24))))
=
Sylvain.
--90e6ba308f104ca3e304c2fd2fe2--