* CLOSED time stamp patch proposal.
@ 2006-10-19 17:40 Alex Bochannek
2006-10-20 3:11 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Alex Bochannek @ 2006-10-19 17:40 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CLOSED time stamp patch proposal.
2006-10-19 17:40 CLOSED time stamp patch proposal Alex Bochannek
@ 2006-10-20 3:11 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2006-10-20 3:11 UTC (permalink / raw)
To: Alex Bochannek; +Cc: emacs-orgmode
Yes, I'll accept this patch. Thanks.
- Carsten
On Oct 19, 2006, at 19:40, Alex Bochannek wrote:
> $ 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.
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-20 3:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 17:40 CLOSED time stamp patch proposal Alex Bochannek
2006-10-20 3:11 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.