From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 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 Message-ID: <87k323vxs7.fsf@nicolasgoaziou.fr> References: <87iohof9o4.fsf@ebb.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxlLV-00085V-Ql for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 18:34:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxlLO-0002JV-1k for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 18:34:33 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxlLN-0002JB-SP for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 18:34:25 -0500 In-Reply-To: <87iohof9o4.fsf@ebb.org> (Bradley M. Kuhn's message of "Sat, 06 Dec 2014 21:58:19 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Bradley M. Kuhn" Cc: emacs-orgmode@gnu.org Hello, "Bradley M. Kuhn" 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