From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-agenda-skip-timestamp-if-done ? Date: Thu, 08 Nov 2007 12:46:25 +0000 Message-ID: <874pfwhplq.fsf@bzg.ath.cx> 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 1Iq5qF-0007Vd-Tx for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 06:46:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq5qB-0007Pu-7n for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 06:46:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq5qA-0007Pk-VH for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 06:46:31 -0500 Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iq5qA-0002FU-Os for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 06:46:30 -0500 Received: by wx-out-0506.google.com with SMTP id s7so157994wxc for ; Thu, 08 Nov 2007 03:46:29 -0800 (PST) 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: emacs-orgmode@gnu.org So I've been trying to use the following convention: Use TIMESTAMP for events Use SCHEDULED for tasks Use DEADLINE for deadlines The reason why I don't want to schedule events is that I don't want past events to appear in the agenda -- should they be marked DONE or not. Now, sometimes I mark events DONE, not rigidly respecting the convention I use for categorizing events/tasks/deadlines and treating them as if they were tasks. But I don't want DONE timestamped entries to appear in the agenda, so I looked for `org-agenda-skip-timestamp-if-done' but it doesn't exist yet. Would people consider it useful or is that just me? We already have: `org-agenda-skip-scheduled-if-done' `org-agenda-skip-deadline-if-done' I think the set would be complete with such a variable. PS: And then I'll give this list a rest for the rest of the week :) -- Bastien