Hello, "Bradley M. Kuhn" <bk...@ebb.org> writes:
> I'm running org-mode directly out of master branch. I updated to > f212f7cf0d03c8f7abd22ffa6de2e5c46b19a266 (current master at time of > writing) just to make sure the bug below hadn't been fixed recently. It > seems to still be present. Here it is: > > With a minimal org mode setup with 'emacs -Q' and no other > configuration, set these: > > (setq org-log-done t) > (setq org-log-done 'note) > > then, in an org file (even an empty one), do this: > > * TODO test > SCHEDULED: <2014-12-06 Sat +1w> > > Then, do C-c C-t (org-todo) to mark as done and let it repeat. > Then, do C-c C-t (org-todo) again. > > You'll end up with something like: > > * TODO test > SCHEDULED: <2015-01-31 Sat +1w> > - CLOSING NOTE [2014-12-06 Sat 21:52] > :PROPERTIES: > :LAST_REPEAT: [2014-12-06 Sat 21:52] > :END: > - CLOSING NOTE [2014-12-06 Sat 21:51] > :PROPERTIES: > :LAST_REPEAT: [2014-12-06 Sat 21:51] > :END: That should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou