From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk-Jan C. Binnema Subject: Re: Re: Timestamp question Date: Sat, 27 Jun 2009 14:21:53 +0300 Message-ID: <86ws6xoram.wl%djcb@djcbsoftware.nl> References: <1246029052.2831.55.camel@lat-ws.turk.com> <87skhmxywh.fsf@gollum.intra.norang.ca> <87ocsaxyjz.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKVyt-0002w6-HB for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 07:22:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKVym-0002ue-VD for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 07:22:02 -0400 Received: from [199.232.76.173] (port=36072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKVym-0002uR-AX for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 07:21:56 -0400 Received: from emh07.mail.saunalahti.fi ([62.142.5.117]:33213) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKVyl-0005cV-TP for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 07:21:56 -0400 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh07-2.mail.saunalahti.fi (Postfix) with SMTP id 961EC18CF99 for ; Sat, 27 Jun 2009 14:21:53 +0300 (EEST) Received: from mail.djcbsoftware.nl (a88-113-10-89.elisa-laajakaista.fi [88.113.10.89]) by emh07.mail.saunalahti.fi (Postfix) with ESMTP id 8C80B1C6386 for ; Sat, 27 Jun 2009 14:21:52 +0300 (EEST) Received: from mindcrime.mindcrime.djcbsoftware.nl (localhost [127.0.0.1]) by mail.djcbsoftware.nl (Postfix) with ESMTP id 23C3459E59 for ; Sat, 27 Jun 2009 14:21:53 +0300 (EEST) In-Reply-To: <87ocsaxyjz.fsf@gollum.intra.norang.ca> 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 (HANACHIRUSATO) Organization: DJCBSoftware >>>>> "BH" == Bernt Hansen writes: BH> Sorry that should be BH> * TODO Meeting DEADLINE: <%%(diary-float t 2 1) BH> 13:00>--<%%(diary-float t 2 1) 15:00 +1m -3d> However, it seems it does not recur; ie., org does not see it as a recurring item, so once you mark it as 'DONE', it marks it as CLOSED and the item does not show up in your agenda anymore -- including future occurences. diary-sexps and recurring items don't mix, it seems. Or? Best wishes, Dirk.