From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. Goldman Subject: Repeating tasks in an interval Date: Wed, 3 Feb 2010 05:02:51 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcXOT-0000FY-HU for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 00:03:13 -0500 Received: from [199.232.76.173] (port=54064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcXOR-0000FK-Vc for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 00:03:11 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcXOR-00053L-1S for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 00:03:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:33801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcXOQ-000537-Kq for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 00:03:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NcXON-0000yq-Ah for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 06:03:07 +0100 Received: from 216.243.156.16.real-time.com ([216.243.156.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2010 06:03:07 +0100 Received: from rpgoldman by 216.243.156.16.real-time.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2010 06:03:07 +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: emacs-orgmode@gnu.org Is there some way to specify a repeating task over an interval? That is a task that is done, for example, every month, over a finite period? Here's an example that I tried: DEADLINE: <2009-12-01 Tue +1m>--<2009-11-01 Sun> But this one doesn't work --- the tasks keep appearing after November ended. Is this possible? Do I just have the wrong syntax? Or must I do this with C-c C-x c (cloning)? thanks, Robert