emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-clock-report by hours
@ 2014-01-12 17:36 Nikolay Kudryavtsev
  2014-01-12 21:27 ` Subhan Tindall
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Kudryavtsev @ 2014-01-12 17:36 UTC (permalink / raw)
  To: Emacs-orgmode

Hello.

Recently I've updated my org to a newer version and it by default uses 
days in clock reports.

In the earlier version I had something like this:
*Total time*                         | *28:40*

Now I get this:
  *Total time*                             | *1d 4:40*

How can I get the old behavior back? I've tried searching for a variable 
that controls this, but could not find it.

-- 
Best Regards,
Nikolay Kudryavtsev

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-clock-report by hours
  2014-01-12 17:36 org-clock-report by hours Nikolay Kudryavtsev
@ 2014-01-12 21:27 ` Subhan Tindall
  0 siblings, 0 replies; 2+ messages in thread
From: Subhan Tindall @ 2014-01-12 21:27 UTC (permalink / raw)
  To: Nikolay Kudryavtsev; +Cc: Org-Mode

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

Try adding this to your .emacs file:

 '(org-time-clocksum-format (quote (:hours "%d" :require-hours t :minutes
":%02d" :require-minutes t)))

That should do it for you.
Subhan


On Sun, Jan 12, 2014 at 9:36 AM, Nikolay Kudryavtsev <
nikolay.kudryavtsev@gmail.com> wrote:

> Hello.
>
> Recently I've updated my org to a newer version and it by default uses
> days in clock reports.
>
> In the earlier version I had something like this:
> *Total time*                         | *28:40*
>
> Now I get this:
>  *Total time*                             | *1d 4:40*
>
> How can I get the old behavior back? I've tried searching for a variable
> that controls this, but could not find it.
>
> --
> Best Regards,
> Nikolay Kudryavtsev
>
>
>


-- 
Subhan Michael Tindall | Software Developer
| smt@rentrakmail.com
RENTRAK | www.rentrak.com | NASDAQ: RENT

[-- Attachment #2: Type: text/html, Size: 1559 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-12 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-12 17:36 org-clock-report by hours Nikolay Kudryavtsev
2014-01-12 21:27 ` Subhan Tindall

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).