From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-agenda-skip-timestamp-if-done ? Date: Fri, 9 Nov 2007 00:28:41 +0100 Message-ID: <82637767-F881-4CCC-8E06-FA40B2F1AB3C@science.uva.nl> References: <874pfwhplq.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqGno-0000ag-A5 for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 18:28:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqGnm-0000Ws-20 for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 18:28:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqGnl-0000Wj-RD for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 18:28:45 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqGnl-0000l4-Iu for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 18:28:45 -0500 Received: by nf-out-0910.google.com with SMTP id f5so289401nfh for ; Thu, 08 Nov 2007 15:28:44 -0800 (PST) In-Reply-To: <874pfwhplq.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On 8Nov2007, at 1:46 PM, Bastien wrote: > 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. Ok, for the sake of completeness I will put this in and make it apply to timestamps, and to ranges as well. I do agree this might be useful. > > PS: And then I'll give this list a rest for the rest of the week :) ;-) We'll see about that ;-) - Carsten