From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: How to list tasks and their completion dates? Date: Fri, 20 Jun 2008 17:28:02 +0530 Message-ID: References: <8eb454a40806191232t2a7c4881v314e2533db58c265@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9fFs-0003qE-Gd for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 07:58:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9fFp-0003nd-RV for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 07:58:12 -0400 Received: from [199.232.76.173] (port=43837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9fFp-0003nU-KD for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 07:58:09 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:61325) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9fFp-0004tx-0e for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 07:58:09 -0400 Received: by ti-out-0910.google.com with SMTP id u5so550927tia.10 for ; Fri, 20 Jun 2008 04:58:02 -0700 (PDT) In-Reply-To: <8eb454a40806191232t2a7c4881v314e2533db58c265@mail.gmail.com> Content-Disposition: inline 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: Edi Hance Cc: emacs-orgmode@gnu.org On Fri, Jun 20, 2008 at 1:02 AM, Edi Hance wrote: > How can I get a list of completed tasks and their > completion dates? I've combed the Info docs and the > web and could not find how to do it. I would like > something like C-c a a l, but that only shows me the > completed tasks for each day. Is there anyway to get a > nice sorted list like: > > CategoryA: DONE Add xyz to the fobnitz <2008-06-10> > CategoryB: DONE Fix foo in bar program <2008-06-12> Set up column view with CLOSED. May be llike so: (setq org-columns-default-format "%65ITEM(Task) %CLOSED") Then try `C-c a T', input `DONE' at the prompt. It should list DONE tasks. Switch to column view with 'C-c C-x C-c'. I think it kinda does what you want. > Any ideas? I'm using Org-mode version 4.67c, which is > included with GNU Emacs 22.2.1. Thanks very much. 6.05b has been released. HTH, -- Manish