From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Bochannek Subject: CLOSED time stamp patch proposal. Date: Thu, 19 Oct 2006 10:40:19 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gabsd-0005ll-QB for emacs-orgmode@gnu.org; Thu, 19 Oct 2006 13:40:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GabsZ-0005gK-Us for emacs-orgmode@gnu.org; Thu, 19 Oct 2006 13:40:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GabsZ-0005fj-N5 for emacs-orgmode@gnu.org; Thu, 19 Oct 2006 13:40:27 -0400 Received: from [207.17.137.64] (helo=colo-dns-ext2.juniper.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GabsZ-0007l1-6L for emacs-orgmode@gnu.org; Thu, 19 Oct 2006 13:40:27 -0400 Received: from magenta.juniper.net (magenta.juniper.net [172.17.28.122]) by colo-dns-ext2.juniper.net (8.12.3/8.12.3) with ESMTP id k9JHeO1Z000258 for ; Thu, 19 Oct 2006 10:40:24 -0700 (PDT) (envelope-from alexb@juniper.net) Received: from ALEXB-LT (dhcp-nsw-158.juniper.net [172.17.13.158]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id k9JHeJE55963 for ; Thu, 19 Oct 2006 10:40:24 -0700 (PDT) (envelope-from alexb@juniper.net) 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 $ diff -u ../org-4.52/org.el org.el --- ../org-4.52/org.el 2006-10-04 02:14:17.000000000 -0700 +++ org.el 2006-10-19 10:37:40.795483500 -0700 @@ -5422,7 +5422,7 @@ (not (equal state org-done-string))) (when org-log-done (if (equal state org-done-string) - (org-add-planning-info 'closed (current-time) 'scheduled) + (org-add-planning-info 'closed (org-current-time) 'scheduled) (if (not this) (org-add-planning-info nil nil 'closed)))) ;; Fixup tag positioning Alex.