From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Repeated entry same time every day? Date: Tue, 05 May 2009 18:34:05 -0400 Message-ID: <878wlb5gde.fsf@gollum.intra.norang.ca> References: <3c12eb8d0905051519q7dab3c79p6d706c3674ae1913@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1TDL-0006FC-Ui for emacs-orgmode@gnu.org; Tue, 05 May 2009 18:34:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1TDH-0006EZ-Dd for emacs-orgmode@gnu.org; Tue, 05 May 2009 18:34:14 -0400 Received: from [199.232.76.173] (port=47651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1TDH-0006EW-9M for emacs-orgmode@gnu.org; Tue, 05 May 2009 18:34:11 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62890) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1TDH-0004xx-1V for emacs-orgmode@gnu.org; Tue, 05 May 2009 18:34:11 -0400 In-Reply-To: <3c12eb8d0905051519q7dab3c79p6d706c3674ae1913@mail.gmail.com> (Piotr Zielinski's message of "Tue\, 5 May 2009 23\:19\:47 +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: Piotr Zielinski Cc: emacs-orgmode Piotr Zielinski writes: > Is it possible to have a repeater (say SCHEDULED: <2009-05-05 Tue > 16:00 +24h> or something) that would ensure that the given entry is > automatically scheduled at the same time every day? Sure. Just try it :) Try +1d instead of +24h like this: * TODO One SCHEDULED: <2009-05-08 Fri 13:00-15:00 +1d> -Bernt