From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [enhancement request] Re: Recursive calender item Date: Wed, 28 Apr 2010 13:09:50 -0400 Message-ID: <87eihz1p29.fsf@fastmail.fm> References: 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 1O7AeW-0006YK-CI for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 13:02:24 -0400 Received: from [140.186.70.92] (port=34320 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7AeV-0006Y6-56 for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 13:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7AeP-0006u2-Mt for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 13:02:22 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:35399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7AeP-0006tu-Km for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 13:02:17 -0400 In-Reply-To: (Richard Riley's message of "Wed, 28 Apr 2010 14:48:59 +0200") 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: Richard Riley Cc: emacs-orgmode@gnu.org Richard Riley writes: > I think a better operation be for org-mode to duplicate the repeated > task +n ahead when marked as "done" and create a non repeat version of > the original as done so it leaves a marked "done" item in the agenda at > the original date. > I believe one can already accomplish this in a couple of ways: 1. By setting the variable org-log-repeat to time and using the agenda's log view to browse completed tasks. 2. By using org-clone-subtree-with-time-shift to create multiple instances of a todo at specified intervals. Best, Matt