From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Bug] marking repeating task done destroys property/logbook drawers Date: Thu, 13 Mar 2014 17:16:34 +0100 Message-ID: <87iorioyzh.fsf@bzg.ath.cx> References: <87mwh6618q.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO8JH-0002RP-Qq for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 12:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO8JC-0001oi-Az for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 12:16:43 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:56568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO8JC-0001oS-3E for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 12:16:38 -0400 In-Reply-To: <87mwh6618q.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 03 Mar 2014 22:23:17 -0600") 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: Matt Lundin Cc: org-mode Mailing List Hi Matt, Matt Lundin writes: > When I mark a repeating task done (with the settings in the minimal.el > file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when > trying to insert a :LAST_REPEAT: property. I can't reproduce this. Karl can, so there is something weird here. > I am using... > > - Emacs version: 24.3.1 > - Org-mode version: 8.2.5h Can you use M-x org-version RET (or C-u M-x org-version RET to insert the output in your mail) ? > Running edebug suggested that org-entry-put (which is invoked by > org-auto-repeat-maybe) places the :LAST_REPEAT: in the wrong place. > However, I couldn't discern why, since invocations of org-entry-put > otherwise seem to work fine. Thanks for any further investigation, it's hard to know what can be wrong without being to reproduce this. -- Bastien