From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: cache problem, with ECM Date: Thu, 17 Jul 2014 16:43:07 +0200 Message-ID: <87d2d4kpvo.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7mtG-00080T-Eo for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 10:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7mt8-0004CM-Lv for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 10:42:34 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:41447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7mt8-0004BG-Fl for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 10:42:26 -0400 In-Reply-To: (Alan Schmitt's message of "Wed, 09 Jul 2014 10:11:15 +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: Alan Schmitt Cc: emacs-orgmode Hello, Alan Schmitt writes: > I noticed this morning, after updating org-mode to the latest version, > that I would get an error with a trace related to a cache even if a just > started emacs. It took me a while to get down to an ECM, but here it is. > > The init file used: > > > ;; use with "open /Applications/Emacs.app --args -Q -l ~/tmp/init-org.el" > > (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") > > (require 'org) > > (toggle-debug-on-error) > > (setq org-log-into-drawer t) > > (setq org-todo-keywords > '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)") > (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)"))) > > The crucial parts seem to be the 'org-log-into-drawer' and the fact that > switching out of WAITING triggers a note. > > Here is an org file showing the problem > > #+STARTUP: hidestars > * Perso > :PROPERTIES: > :CATEGORY: Perso > :END: > ** DONE bar > :LOGBOOK: > - State "DONE" from "TODO" [2014-07-06 Sun 19:22] > :END: > [2014-07-06 Sun 10:01] > ** WAITING foo :@fun: > SCHEDULED: <2014-07-09 Wed> > :PROPERTIES: > :ID: 79A4028E-DBDA-49D4-AD39-BD2786EF9FBD > :END: > * Hacking > :PROPERTIES: > :CATEGORY: Hacking > :END: This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou