From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Weekly review of completed actions Date: Thu, 24 Sep 2009 15:53:14 -0400 Message-ID: References: <2ee9a5d00909231330wda55211kf01ead2eaf28b966@mail.gmail.com> 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 1MquNX-0000qq-5s for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:53:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MquNS-0000oA-2V for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:53:22 -0400 Received: from [199.232.76.173] (port=58223 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MquNR-0000o5-SI for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:53:17 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:44410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MquNR-0008Ka-F0 for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:53:17 -0400 In-Reply-To: <2ee9a5d00909231330wda55211kf01ead2eaf28b966@mail.gmail.com> (Kevin Chow's message of "Wed, 23 Sep 2009 13:30:20 -0700") 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: Kevin Chow Cc: emacs-orgmode@gnu.org Kevin Chow writes: > After long searching I've decided that org-mode will be my productivity > tool of choice. I'm actually learning emacs just so I can use org-mode > and right now I'm a bit of a newb. > > My question is how do I process my todo list in a way that I can mark > something as done or archived or something and then have it not show up > in my normal view and instead go into a list of completed actions. I'm > sure there's an easy way to do this but I'm still new enough not to > know what it is. Thanks in advance for your help! http://orgmode.org/manual/Agenda-commands.html#Agenda-commands By default, completed items will not show up in your todo list. You can, however, see completed items at any time: 1. By pressing "l" in the daily/weekly agenda view (and, optionally "v a" or "v A" to include archived items). 2. By doing a TODO search for "DONE" items. (C-c a T DONE) You can also create custom agenda commands for a variety of scenarios. - Matt