From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to list tasks and their completion dates? Date: Fri, 20 Jun 2008 14:01:15 +0200 Message-ID: <55844BE8-8747-4AD8-92F6-F58D9152C8B9@uva.nl> References: <8eb454a40806191232t2a7c4881v314e2533db58c265@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9fIt-0005t7-DA for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 08:01:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9fIr-0005rw-Oe for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 08:01:18 -0400 Received: from [199.232.76.173] (port=43928 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9fIr-0005rn-AN for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 08:01:17 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:59117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9fIq-0006oh-Kh for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 08:01:16 -0400 In-Reply-To: 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: Manish Cc: emacs-orgmode@gnu.org, Edi Hance Wow, Manish, you beat me to this one. Great. - Carsten On Jun 20, 2008, at 1:58 PM, Manish wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode