emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Keep clocktable in hours?
@ 2018-02-15  1:24 Malcolm Matalka
  2018-02-15  9:46 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Malcolm Matalka @ 2018-02-15  1:24 UTC (permalink / raw)
  To: emacs-orgmode

clocktable tries to be smart and convert hours to days, but in my
situation it'd actually be nicer if clocktable just kept everything in
hours.  Is this possible?

/Malcolm

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

* Re: Keep clocktable in hours?
  2018-02-15  1:24 Keep clocktable in hours? Malcolm Matalka
@ 2018-02-15  9:46 ` Eric S Fraga
  2018-02-15 13:31   ` Malcolm Matalka
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2018-02-15  9:46 UTC (permalink / raw)
  To: Malcolm Matalka; +Cc: emacs-orgmode

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

On Thursday, 15 Feb 2018 at 02:24, Malcolm Matalka wrote:
> clocktable tries to be smart and convert hours to days, but in my
> situation it'd actually be nicer if clocktable just kept everything in
> hours.  Is this possible?

Check out org-duration-format.  I have mine set to:

(setq org-duration-format '(("h" . h:mm) ("min" . h:mm)))

for avoid days being used.
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-118-g134243

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

* Re: Keep clocktable in hours?
  2018-02-15  9:46 ` Eric S Fraga
@ 2018-02-15 13:31   ` Malcolm Matalka
  0 siblings, 0 replies; 3+ messages in thread
From: Malcolm Matalka @ 2018-02-15 13:31 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode


Eric S Fraga <esflists@gmail.com> writes:

> On Thursday, 15 Feb 2018 at 02:24, Malcolm Matalka wrote:
>> clocktable tries to be smart and convert hours to days, but in my
>> situation it'd actually be nicer if clocktable just kept everything in
>> hours.  Is this possible?
>
> Check out org-duration-format.  I have mine set to:
>
> (setq org-duration-format '(("h" . h:mm) ("min" . h:mm)))
>
> for avoid days being used.

Worked like a charm, thanks!

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

end of thread, other threads:[~2018-02-15 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15  1:24 Keep clocktable in hours? Malcolm Matalka
2018-02-15  9:46 ` Eric S Fraga
2018-02-15 13:31   ` Malcolm Matalka

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).