From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: not showing DONE items in weekly/daily agenda Date: Mon, 27 Nov 2006 22:42:25 +0100 Message-ID: <84ecfd01fe7499989b048c362d1dc860@science.uva.nl> References: <624934630611261442l324ea7f6rbdbb0b90be039714@mail.gmail.com> <77478424b537834016d6f8fb28884bc1@science.uva.nl> <87ejrp5869.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GotgQ-0001ih-Cc for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 22:30:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GotgO-0001hN-Ty for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 22:30:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GotgO-0001h7-5N for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 22:30:56 -0500 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GordF-0006Jp-Vn for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 20:19:34 -0500 Received: from [193.252.22.241] (helo=smtp-1.orange.nl) by mx20.gnu.org with esmtp (Exim 4.52) id 1GooFJ-0007hN-7i for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 16:42:37 -0500 In-Reply-To: <87ejrp5869.fsf@tallis.ilo.ucl.ac.uk> 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: Ramon Diaz-Uriarte , Bastien Cc: emacs-orgmode On Nov 27, 2006, at 14:30, Bastien wrote: > Carsten Dominik writes: > >> Items that are DONE still show up on the day when they were >> scheduled. But they are not being carried over to the next day as >> being overdue. > >> Does that need to be an option? > > That would be useful indeed. This will be (setq org-agenda-skip-scheduled-if-done t) in org-mode 4.57. - Carsten