From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Wightman Subject: Re: Archiving old instances of repeating todos Date: Thu, 16 Feb 2012 07:37:33 -0600 Message-ID: References: <87mx8k2uvx.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry1Wm-000791-NJ for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 08:37:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ry1Wg-0006NL-UA for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 08:37:40 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:49351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry1Wg-0006NA-O8 for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 08:37:34 -0500 Received: by dadv6 with SMTP id v6so2190191dad.0 for ; Thu, 16 Feb 2012 05:37:33 -0800 (PST) In-Reply-To: <87mx8k2uvx.fsf@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Wed, Feb 15, 2012 at 5:33 AM, Bernt Hansen wrote: > lbmlist@hethcote.com writes: > >> How do you archive old instances of repeating todos, C-c C-x C-s archives >> the whole thing. I'd like to have something that would take the following: >> >> ** TODO Mutter an oath >> DEADLINE: <2012-02-13 Mon ++1d -0d> >> - State "DONE" from "TODO" [2012-02-12 Sun 16:25] I also note that you do not keep your state messages inside of a logbook drawer. If you are just concerned with seeing the data and not with it accumulating there, you could stuff it inside a LOGBOOK drawer. (setq org-clock-into-drawer t) or the equivalent configuration options should configure this. --Brian