Hello,

Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

> Hello,
>
> Michael Welle <mwe012...@gmx.net> writes:
>
>> I have a few repeating tasks with defective logbook drawers:
>>
>>    :LOGBOOK:
>>    ....
>>    :LOGBOOK:
>>    ....
>>    :END:
>>    ...
>>    :END:
>>
>> As you can see, two drawers got nested somehow. They both hold data that
>> belongs to the task. I can't say if data is missing, but there seems to
>> be no duplication of data.
>>
>> From time to time I fix them manually, but they tend to come back after
>> some time. Any hints?
>
> No idea. An ECM would help.
that's not so easy I guess.

I found a few occurrences where that issue occurred and the order of the
log entries in the drawer was out of order, like this:

   :LOGBOOK:
   - State "DONE"       from "OPEN"       [2016-10-19 Wed 10:08]
   - State "DONE"       from "OPEN"       [2016-10-15 Sat 09:17]
   - State "OPEN"       from "OPEN"       [2016-10-15 Sat 09:16]
   - State "DONE"       from "OPEN"       [2016-10-07 Fri 12:58]
   :LOGBOOK:
   - State "OPEN"       from "OPEN"       [2016-10-19 Wed 10:07]
   - State "OPEN"       from "OPEN"       [2016-10-07 Fri 12:58]
   :END:
   - State "DONE"       from "OPEN"       [2016-09-29 Thu 10:35]
   ...
   :END:

Judging from the time stamps all tasks suffering from the issue got
defective at the some day. But most of the time the order of the entries
is still correct, so I can't really say if the issue happened at a
certain point in time or gradually.


> Also, what Org version are you using? What
The git version from october. But I observed that issue with earlier
versions as well. I've upgraded from git now, let's see what happens.


> is the value of `org-log-into-drawer'?
It's set to t.

Regards
hmw

Reply via email to