From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 10:27:32 -0400 Message-ID: <19263.1282228052@gamaville.dokosmarshall.org> References: <4C6CD785.8010402@jboecker.de> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36828 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om6Hr-0007tB-LQ for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om660-0005id-Ht for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:27:58 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:32913) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om660-0005iX-De for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:27:56 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L7E00BA9LHZCY10@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 09:27:35 -0500 (CDT) In-reply-to: Message from =?us-ascii?Q?=3D=3FISO-8859-1=3FQ=3FJan=5FB=3DF6?= =?us-ascii?Q?cker=3F=3D?= of "Thu\, 19 Aug 2010 09\:04\:37 +0200." <4C6CD785.8010402@jboecker.de> 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: =?us-ascii?Q?=3D=3FISO-8859-1=3FQ=3FJan=5FB=3DF6cker=3F=3D?= Cc: Gert van Oss , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Jan B=C3=B6cker wrote: > On 08/19/2010 07:55 AM, Gert van Oss wrote: > > dear list, > >=20 > > I know this is in the FAQ-[1] but I can't get it working. I've started > > with a new setup not edited by hand. Can someone point me in the right > > direction to get this working when I do: C-c-a? > >=20 > > (custom-set-variables > > ;; custom-set-variables was added by Custom. > > ;; If you edit it by hand, you could mess it up, so be careful. > > ;; Your init file should contain only one such instance. > > ;; If there is more than one, they won't work right. > > '(org-agenda-skip-deadline-if-done t) > > '(org-agenda-skip-scheduled-if-done t) > > '(org-agenda-skip-timestamp-if-done t) > > '(org-agenda-tags-todo-honor-ignore-options t) > > '(org-agenda-todo-ignore-scheduled t) > > '(org-agenda-todo-ignore-with-date t)) > >=20 > > Thanks for any reply, > > Gert > >=20 > >=20 > > 1- http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timesta= mp > >=20 >=20 > Hi Gert, >=20 > I just did a test with org-skip-scheduled-if-done here. I set it to t, > scheduled a TODO item for today, then marked that DONE from the agenda. > It disappeared as soon as I pressed 'r' to rebuild the agenda view. >=20 >=20 > I think that is the intended behaviour, because rebuilding the agenda > can be a slow operation. >=20 > Please give us a small example of what exactly does not work for you: > describe what you do, what happens, and what you expect to happen > instead. The version of Org-mode you are using would also be useful to > know (M-x org-version), in case you have hit a bug. That would greatly > help us help you! >=20 In addition to Jan's suggestions, it would also help if you examined the values of the various variables involved to verify that the values you think you have set are really there, e.g. C-h v org-agenda-skip-scheduled-if-done etc. Nick