Re: [O] Bug in org-agenda.el

2013-01-22 Thread Achim Gratz
Bastien writes: > Achim Gratz writes: >> Probably yes, although there are other variables that should probably be >> bound in this case (and maybe others). > > If you can think of some others, please let us know. The docstring of org-minutes-to-clocksum-string says: "Format number of minutes a

Re: [O] Bug in org-agenda.el

2013-01-22 Thread Bastien
Hi Achim, Achim Gratz writes: > Probably yes, although there are other variables that should probably be > bound in this case (and maybe others). If you can think of some others, please let us know. Thanks, -- Bastien

Re: [O] Bug in org-agenda.el

2013-01-22 Thread Bastien
Hi Vincent, Vincent Beffara writes: > I am afraid to change the code, so I just customized Com'on, don't be afraid! > org-time-clocksum-use-effort-durations to nil and everything works for > now. But presumably this should be fixed by letting it be nil while > formatting the end timestamp, som

Re: [O] Bug in org-agenda.el

2013-01-15 Thread Achim Gratz
Vincent Beffara writes: > I am afraid to change the code, so I just customized > org-time-clocksum-use-effort-durations to nil and everything works for > now. But presumably this should be fixed by letting it be nil while > formatting the end timestamp, somewhere near line 6404 of > org-agenda.el ?

[O] Bug in org-agenda.el (Was: Bad time display in agenda view)

2013-01-15 Thread Vincent Beffara
Ha, I got it ! When displaying the end time of an interval in agenda view, org-agenda transforms the initial time stamp to minutes, adds the default length to that and maps back to a time stamp using org-minutes-to-clocksum-string. The problem being that this functions checks org-time-clocksum