From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [Bug] element cache problem with repeating timestamps Date: Mon, 23 Jun 2014 09:10:36 -0500 Message-ID: <87mwd3n2cj.fsf@fastmail.fm> References: <87tx7c6yyp.fsf@fastmail.fm> <87vbrr29xw.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz4xI-0003SW-GN for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 10:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz4xC-0003dE-Cy for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 10:10:44 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz4xC-0003d5-7U for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 10:10:38 -0400 Received: from archdesk (unknown [209.147.96.226]) by mail.messagingengine.com (Postfix) with ESMTPA id 2B9056800BF for ; Mon, 23 Jun 2014 10:10:37 -0400 (EDT) In-Reply-To: <87vbrr29xw.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 23 Jun 2014 12:32:11 +0200") 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: Orgmode List Nicolas Goaziou writes: > Hello, > > Matt Lundin writes: > >> A recent git pull broke logging with repeating todos. >> >> I'm guessing this has something to do with one of the recent changes to >> the org element cache, since setting org-element-use-cache to nil solves >> the problem. > > It should be fixed. Thank you for reporting it. Thanks! Works fine now. Matt