[O] Incorrect clock duration calculation

2019-05-07 Thread Martin Schroeder
I noticed that on timestamps that begin or end at 00:00 the org mode org-evaluate-time-range function seems to produce wrong results. Here are some examples: For example, this should produce 2:00 duration: CLOCK: [2019-04-19 Fri 22:00]--[2019-04-19 Fri 00:00] => -22:00 I tried this, but id did

[O] How to calculate all time durations in a file automatically?

2019-05-07 Thread Martin Schroeder
I have imported a bunch of log lines with CLOCK periods from another program into an org file but I have forgotten to calculate periods. So my time lines look like this: CLOCK: [2019-03-27 Wed 19:30]--[2019-03-27 Wed 21:30] Instead of this: CLOCK: [2019-03-27 Wed 19:30]--[2019-03-27 Wed 21:30]

Re: [O] How to calculate all time durations in a file automatically?

2019-05-07 Thread Martin Schroeder
Or you can use keyboard > macros ;) > > Best, > Ihor > > Martin Schroeder writes: > > > I have imported a bunch of log lines with CLOCK periods from another > > program into an org file but I have forgotten to calculate periods. So > > my time lines look like this: