From mboxrd@z Thu Jan  1 00:00:00 1970
From: Bernt Hansen <bernt@norang.ca>
Subject: Re: DONE todo's in agenda view
Date: Sat, 17 Jan 2009 16:22:47 -0500
Message-ID: <87d4eltyoo.fsf@gollum.intra.norang.ca>
References: <87y6xa9ceg.wl%bremner@pivot.cs.unb.ca>
	<87hc3xu0xf.fsf@gollum.intra.norang.ca>
	<87wsct8xi2.wl%bremner@pivot.cs.unb.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1LOId4-0007z0-I8
	for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 16:22:54 -0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1LOId3-0007xQ-2t
	for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 16:22:54 -0500
Received: from [199.232.76.173] (port=38665 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1LOId2-0007xC-UT
	for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 16:22:52 -0500
Received: from mho-02-bos.mailhop.org ([63.208.196.179]:49610)
	by monty-python.gnu.org with esmtps
	(TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60)
	(envelope-from <bernt@norang.ca>) id 1LOId2-0005TE-KU
	for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 16:22:52 -0500
In-Reply-To: <87wsct8xi2.wl%bremner@pivot.cs.unb.ca> (David Bremner's message
	of "Sat\, 17 Jan 2009 16\:53\:57 -0400")
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: David Bremner <bremner-dated-1233435239.fcbf75@pivot.cs.unb.ca>
Cc: emacs-orgmode@gnu.org

David Bremner <bremner@unb.ca> writes:

> Bernt Hansen wrote:
>
>>I have the same settings.  The only DONE tasks that show up for me
>>are the ones with active timestamps.
>
> [snip]
>
>>Could that be your situation?
>
> Yes, that is the case for me too. But if they have inactive
> timestamps, they don't show up when they are in state TODO either. So
> I guess I am still missing something.

Sorry for the confusion - I meant active timestamps _outside_ of the
DEADLINE: or SCHEDULED: entries.

If I have this:

,----[ test.org ]
| * DONE Some task
|   DEADLINE: <2009-01-10 Sat> CLOSED: [2009-01-17 Sat 16:19]
|   - State "DONE"       [2009-01-17 Sat 16:19]
`----

it does not show up in my agenda when I open that file and do C-c a 1 a

but if I add an active timestamp to it like this it does show up

,----[ test.org ]
| * DONE Some task
|   DEADLINE: <2009-01-10 Sat> CLOSED: [2009-01-17 Sat 16:19]
|   - State "DONE"       [2009-01-17 Sat 16:19]
|   <2009-01-10 Sat>
`----

 as

,----[ agenda  for test.org last week ]
| Week-agenda (W02-W03):
| Saturday   10 January 2009
|   test:       DONE Some task
| Sunday     11 January 2009
| Monday     12 January 2009 W03
| Tuesday    13 January 2009
| Wednesday  14 January 2009
| Thursday   15 January 2009
| Friday     16 January 2009
`----

-Bernt