From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Found my problem with date-stamping Date: Tue, 21 Oct 2008 22:12:44 +0200 Message-ID: <37BF76D5-2F85-4859-930A-5A189960A7F7@uva.nl> References: <48F3AB20.2070807@sift.info> <48FE30AD.9090108@sift.info> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsNb4-0006QJ-WD for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 16:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsNb3-0006Po-Bz for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 16:12:54 -0400 Received: from [199.232.76.173] (port=39816 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsNb3-0006Pj-5w for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 16:12:53 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:47631) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsNb2-0006Dr-8v for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 16:12:52 -0400 Received: by ug-out-1314.google.com with SMTP id z36so1236622uge.17 for ; Tue, 21 Oct 2008 13:12:49 -0700 (PDT) In-Reply-To: <48FE30AD.9090108@sift.info> 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: Robert Goldman Cc: emacs-orgmode@gnu.org On Oct 21, 2008, at 9:42 PM, Robert Goldman wrote: > Carsten Dominik wrote: >> Hi Robert, >> >> thank you for digging into the code and nailing this difficult bug. >> >> I have fixed it in GIT now, please confirm that it now works >> correctly. > > OK, with version from git, turned off org-use-fast-todo-selection, > went > to agenda, toggled a task to done with C-u C-c C-t d, and found the > right DONE timestamp in the corresponding orgfile. > > Has been working all along with fast-todo-selection. > > Looks fixed to me. Excellent, thanks. - Carsten > > > Best, > Robert > >> >> On Oct 13, 2008, at 10:10 PM, Robert Goldman wrote: >> >>> I use C-u C-c C-t followed by "d" when I mark my tasks as DONE so >>> that >>> they move to the done state instead of waiting, which is the next >>> state >>> in the progression. >>> >>> Unfortunately, that prefix argument is, as far as I can tell, >>> bound over >>> the entire process of marking the task as done. This means that >>> when we >>> get to org-store-log-note, we bump into the following line: >>> >>> (when (or current-prefix-arg org-note-abort) >>> (setq lines nil)) >>> >>> Which means that org carefully composes the note with the >>> datestamp... >>> and then throws it away. Unfortunately, I don't really know what >>> the >>> test for current-prefix-arg is here for, so I don't feel comfortable >>> just removing it. Can anyone offer enlightenment (this might be a >>> good >>> place for an explanatory comment...)? >>> >>> Thanks, >>> R >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >