From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-element cache and LAST_REPEAT Date: Tue, 04 Mar 2014 13:58:59 -0600 Message-ID: <87wqg9ivp7.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKvUX-00025Z-SU for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 14:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKvUS-00064b-Ia for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 14:59:05 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKvUS-00064P-BJ for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 14:59:00 -0500 In-Reply-To: (Michael Brand's message of "Tue, 4 Mar 2014 18:35:41 +0100") 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: Michael Brand Cc: Org Mode , Nicolas Goaziou Michael Brand writes: > Hi Nicolas > > With today's release_8.2.5h-676-gfb8a042 and C-c C-t on the todo > below, the last headline gets corrupted. Only when cache is enabled. Hi Michael and Nicolas, I suspect this is related the bug I reported earlier today: http://permalink.gmane.org/gmane.emacs.orgmode/82979 I had not realized it had to do with org-element-cache. I can confirm that setting org-element-cache to nil solves the problem. Matt > > ---------------------------------------------------------------------- > * bla > :PROPERTIES: > :bla: bla > :END: > * TODO bla > SCHEDULED: <2014-03-04 Tue +1d> > :PROPERTIES: > :LAST_REPEAT: [2014-03-04 Tue 12:00] > :LOGGING: logrepeat > :END: > * bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla > ---------------------------------------------------------------------- > > Michael