From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: ToDo mode (completed items) Date: Wed, 27 Nov 2002 00:42:53 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1038354196 17101 80.91.224.249 (26 Nov 2002 23:43:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 23:43:16 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GpMG-0004R7-00 for ; Wed, 27 Nov 2002 00:43:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GpMw-0002pQ-00; Tue, 26 Nov 2002 18:43:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GpLp-0001lH-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 18:42:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GpLn-0001hV-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 18:42:44 -0500 Original-Received: from dialppp-3-201.dialin.ruhr-uni-bochum.de ([134.147.3.201] helo=linux.germanistik.ruhr-uni-bochum.de) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GpLm-0001fM-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 18:42:43 -0500 Original-Received: by linux.germanistik.ruhr-uni-bochum.de (Postfix, from userid 500) id 3470718110; Wed, 27 Nov 2002 00:42:53 +0100 (CET) Original-To: help-gnu-emacs@gnu.org Original-Lines: 28 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i586-suse-linux) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4076 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4076 On 25 Nov 2002 10:01:05 -0600 Mark Mynsted wr= ote: > Would somebody direct me to information about working with completed > items from the todo list? > > I am using emacs-version "21.2.1", and the todo that ships with the > calendar, i.e.=20 > > ;; Version: $Id: todo-mode.el,v 1.47.4.1 2001/11/13 04:12:45 rms Exp $ > > All I see from the documentation, etc. is that completed items may be > moved to a file called .todo-done. While this is good, I do not see a > way to review, print, or otherwise manipulate these completed items. > > Is this because there is no mechanism to work with completed items? I > do not want to write one if one exists. You may be interested in some functionality I've implemented to file completed todo items within their category and further edit them, and also send them to the .todo-done file if desired. (I haven't added a print function though.) I posted a large patch for todo-mode.el to gnu.emacs.bug last Spring that included this and other functionality, as well as some bug fixes. In response to your question, I've just posted the latest version to gnu.emacs.sources (now just as the source file instead of the large diff I posted to gnu.emacs.bug). I hope you find this useful and welcome any feedback. --Steve=A0Berman