From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Recursive calender item Date: Wed, 28 Apr 2010 08:19:52 +0100 Message-ID: <4BD7E198.8030200@manor-farm.org> References: Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O71aO-0002Sx-K5 for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 03:21:32 -0400 Received: from [140.186.70.92] (port=50213 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O71Zm-0002DA-0O for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 03:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O71Z1-0002mG-HA for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 03:20:53 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:36977 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O71Yx-0002j8-KK for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 03:20:03 -0400 In-Reply-To: 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: Juri Artamonov Cc: emacs-orgmode > > > could you please advice how to make TODO item to be recursive in Agenda. > Let's say item to be every week at 19:00 Tuesday. Then after I pointed > it as DONE for this week, it's still as TODO item for next week and so > on. Is it possible? > ** TODO Put out dustbin SCHEDULED: <2010-05-05 Wed +1w> This repeats every week. The Repeated tasks section in the manual explains more options. See http://orgmode.org/manual/Repeated-tasks.html#Repeated-tasks Ian.