Re: [O] Incorrect sum of times in table

2013-07-03 Thread Bastien
Bastien writes: > Both solutions work -- we don't need to fear other problems here, > `org-table-sum' is pretty isolated, so I'd say "please go ahead! > and fix this in maint. I just applied the first solution, thanks! -- Bastien

Re: [O] Incorrect sum of times in table

2013-07-01 Thread Bastien
Hi Nick, Nick Dokos writes: > I think you mean C-c +. > > The problem is that these things are calculated as decimal hours, using > floating point arithmetic and you get truncation towards 0 when the > value is printed out as an integer. The format in org-table-sum is > > (format "%d:%02d:%0

Re: [O] Incorrect sum of times in table

2013-07-01 Thread Nick Dokos
Paul Stansell writes: > Hello, > > I noticed a case where the sum of two times in a table does not give > the correct answer. > > To see this, create an org file with the following lines: > > | 0:00:31 | > | 0:00:30 | > |-| > | | > > Open it and type C-+ C-y in the empty cell of t

[O] Incorrect sum of times in table

2013-07-01 Thread Paul Stansell
Hello, I noticed a case where the sum of two times in a table does not give the correct answer. To see this, create an org file with the following lines: | 0:00:31 | | 0:00:30 | |-| | | Open it and type C-+ C-y in the empty cell of the table. The answer inserted is 0:01:00 inst