[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] cache problem, with ECM
From: |
Nicolas Goaziou |
Subject: |
Re: [O] cache problem, with ECM |
Date: |
Thu, 17 Jul 2014 16:43:07 +0200 |
Hello,
Alan Schmitt <address@hidden> 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