From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: org-element cache and LAST_REPEAT Date: Tue, 4 Mar 2014 18:35:41 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKtFr-0001n5-BQ for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 12:35:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKtFm-0004EJ-Qf for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 12:35:47 -0500 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:63477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKtFm-0004ED-AU for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 12:35:42 -0500 Received: by mail-qc0-f178.google.com with SMTP id i8so5695921qcq.37 for ; Tue, 04 Mar 2014 09:35:41 -0800 (PST) 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: Nicolas Goaziou Cc: Org Mode 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. ---------------------------------------------------------------------- * 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