From mboxrd@z Thu Jan 1 00:00:00 1970 From: cezar Subject: Re: appointment done doesn't go away Date: Sat, 29 Dec 2007 14:45:43 +0000 (UTC) Message-ID: References: <87ir2hoa1a.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8cx6-0003B2-6E for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 09:46:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8cx1-000329-Vv for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 09:46:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8cx1-00031t-OL for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 09:46:11 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J8cx1-0003b3-ET for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 09:46:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J8cwk-0002tL-DV for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 14:45:54 +0000 Received: from 68-191-241-10.dhcp.gwnt.ga.charter.com ([68.191.241.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Dec 2007 14:45:54 +0000 Received: from cezar by 68-191-241-10.dhcp.gwnt.ga.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Dec 2007 14:45:54 +0000 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 On Sat, 29 Dec 2007 15:22:41 +0100, Bastien wrote: > Hi Cezar, > > cezar writes: > >> I have a TODO item marked as an appointment. After marking it done >> I'd >> expect it to disappear from my agenda view. > > Check these options: > > org-agenda-skip-scheduled-if-done > org-agenda-skip-deadline-if-done > org-agenda-skip-timestamp-if-done > > I use timestamps for appointments. So basically these appointments > don't appear anywhere else in my agenda view, except on the right day. > But I also have `org-agenda-skip-timestamp-if-done' set to t which make > it possible to mark appointment as DONE and let them disappear (even > before the date.) > >> Would you guys mark appointments as TODOs or just leave them without >> any tag ? > > Real appointments (i.e. meetings) don't need to-do keywords. Only > scheduled or deadlined items. But tasks that are to be done on a > specific day sometimes receive a to-do state. Thank you !