emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Bug] element cache problem with repeating timestamps


From: Nicolas Goaziou
Subject: Re: [O] [Bug] element cache problem with repeating timestamps
Date: Mon, 23 Jun 2014 12:32:11 +0200

Hello,

Matt Lundin <address@hidden> 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.
>
> Recipe to replicate:
>
> 1. /usr/bin/emacs -Q -l ~/minimal.el
>
> Here is minimal.el:
>
> (add-to-list 'load-path "~/org-mode/lisp")
> (setq org-log-into-drawer t)
>
>
> 2. Open a file containing the following:
>
>
> * TODO Repeating task
>   SCHEDULED: <2014-06-23 Mon 20:00 .+1d> 
>   :LOGBOOK:
>   - State "DONE"       from "TODO"       [2014-06-22 Sun 23:01]
>   :END:
>   :PROPERTIES:
>   :LAST_REPEAT: [2014-06-22 Sun 23:01]
>   :END:
>
> 3. Hit org-todo on the headline. The buffer then looks like this:
>
> * TODO Repeating task
> <2014-06-23 Mon 20:00 .+1d>  SCHEDULED:  
>   :LOGBOOK:
>   - State "DONE"       from "TODO"       [2014-06-22 Sun 23:10]
>   - State "DONE"       from "TODO"       [2014-06-22 Sun 23:10]
>   - State "DONE"       from "TODO"       [2014-06-22 Sun 23:01]
>   :END:
>   :PROPERTIES:
>   :LAST_REPEAT: [2014-06-22 Sun 23:10]
>   :END:

It should be fixed. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]