Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-30 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, this would be (setq org-time-clocksum-format %d:%02d) Thanks. This does the job perfectly! Is this documented somewhere? I did spend quite a bit of time looking in the manual and on Worg but to no avail. Given that the default

Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-30 Thread Eric S Fraga
Daniele Pizzolli d...@toel.it writes: [...] I found this snippet in the past: #+BEGIN_SRC elisp :results silent (setq org-time-clocksum-format '(:hours %d :require-hours t :minutes :%02d :require-minutes t)) #+END_SRC Thanks. This is a longer version of Carsten's answer. Very helpful!

Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-29 Thread Carsten Dominik
Hi Eric, this would be (setq org-time-clocksum-format %d:%02d) For more information, take a look at the function `org-minutes-to-clocksum-string' and the variables mentioned in its docstring. HTH - Carsten On 29.9.2013, at 14:33, Eric S Fraga e.fr...@ucl.ac.uk wrote: Hello, I am

Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-29 Thread Daniele Pizzolli
On 09/29/2013 02:33 PM, Eric S Fraga wrote: Hello, Hello Eric, I am clocking a number of tasks and need a summary. The functionality provided by the org-clock table is ideal for my use case. However, the total time summaries use numbers of days when the number of hours exceeds 24.