emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: multiple property drawers generated for repeated tasks with


From: Nicolas Goaziou
Subject: Re: [O] Bug: multiple property drawers generated for repeated tasks with org-log-done set to 'note [8.3beta (release_8.3beta-621-gf212f7) @ /path/to/org-mode/lisp/]
Date: Mon, 08 Dec 2014 00:35:20 +0100

Hello,

"Bradley M. Kuhn" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]