From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: 2nd org-done when invoked from Agenda bug Date: Thu, 9 Aug 2007 07:05:55 +0200 Message-ID: References: <871wekmi6j.wl%max@openchat.com> 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 1IJ0Df-0004tc-7J for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJ0Dd-0004rq-5d for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ0Dd-0004rk-19 for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:57 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJ0Dc-0003TQ-I2 for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:56 -0400 In-Reply-To: <871wekmi6j.wl%max@openchat.com> 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: max@openchat.com Cc: emacs-orgmode@gnu.org I cannot reproduce this bug. Anyone? - Carsten On Aug 3, 2007, at 23:17, max@openchat.com wrote: > $ cat ~/org-bug.el > > (add-to-list 'load-path "~/org-5.04") > (require 'org) > (add-to-list 'auto-mode-alist (cons "\\.org$" 'org-mode)) > (setq org-agenda-files '("~/test.org")) > (setq org-log-done t) > > $ cat ~/test.org > > * Not used :bleah: > ** TODO one > ** TODO two > > $ emacs --no-init-file > M-x load-file ~/org-bug.el RET ;; set up the test case > M-x org-agenda RET ;; run agenda command > t ;; press t key to display list of todos > ;; the following buffer is displayemwd > ----------------------------------------------------- > Global list of TODO items of type: ALL > Available with `N r': (0)ALL (1)TODO (2)DONE > test: TODO one > test: TODO two > ----------------------------------------------------- > press twice ;; cursor is on first TODO > press t ;; TODO changes to DONE > press ;; cursor is on the 2nd TODO > press t ;; Agenda buffer changes to this > ----------------------------------------------------- > Global list of TODO items of type: ALL > Available with `N r': (0)ALL (1)TODO (2)DONE > test: DONE one > test: one > ----------------------------------------------------- > > And the 2nd TODO is not marked as DONE but remains unchanged > in the ~/test.org buffer. > > Does not happen if org-log-done is not set. > > Regards, > Max > > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477