emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* est+ and time units
@ 2017-01-12 13:57 Malcolm Matalka
  2017-01-12 14:10 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Malcolm Matalka @ 2017-01-12 13:57 UTC (permalink / raw)
  To: emacs-orgmode

When you use est+, what units are the ranges in?  For example, I did
1d-2d and then another which was 40:00 and got a very different result
than doing 5d instead of 40:00.  I also tried with use 40h-40h and 5d-5d
and 40:00-40:00.  Are ranges unit-less and I just have to be careful to
always use the same unit?

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

* Re: est+ and time units
  2017-01-12 13:57 est+ and time units Malcolm Matalka
@ 2017-01-12 14:10 ` Nicolas Goaziou
  2017-01-12 14:21   ` Malcolm Matalka
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2017-01-12 14:10 UTC (permalink / raw)
  To: Malcolm Matalka; +Cc: emacs-orgmode

Hello,

Malcolm Matalka <mmatalka@gmail.com> writes:

> When you use est+, what units are the ranges in?

"est+" expects numbers without units, e.g., "1-2".

Regards,

-- 
Nicolas Goaziou

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

* Re: est+ and time units
  2017-01-12 14:10 ` Nicolas Goaziou
@ 2017-01-12 14:21   ` Malcolm Matalka
  2017-01-12 14:34     ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Malcolm Matalka @ 2017-01-12 14:21 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

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

Den 12 jan. 2017 15:10 skrev "Nicolas Goaziou" <mail@nicolasgoaziou.fr>:

Hello,

Malcolm Matalka <mmatalka@gmail.com> writes:

> When you use est+, what units are the ranges in?

"est+" expects numbers without units, e.g., "1-2".


Thanks again!  Is supporting units something that is viewed as a bad idea
or a feature that nobody has had the time to develop?  I ask so I don't
waste my time if I try and develop it.


Regards,

--
Nicolas Goaziou

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

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

* Re: est+ and time units
  2017-01-12 14:21   ` Malcolm Matalka
@ 2017-01-12 14:34     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2017-01-12 14:34 UTC (permalink / raw)
  To: Malcolm Matalka; +Cc: emacs-orgmode

Malcolm Matalka <mmatalka@gmail.com> writes:

> Thanks again!  Is supporting units something that is viewed as a bad idea
> or a feature that nobody has had the time to develop?  I ask so I don't
> waste my time if I try and develop it.

Actually, I was wrong. `org-columns--summary-estimate' calls
`string-to-number' so "1d" is equivalent to "1" and "1d-2d" is
equivalent to "1-2". Though the unit is simply ignored.

I think nobody thought about implement it. It shouldn't be too
difficult, all is in `org-columns--summary-estimate'.

Regards,

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

end of thread, other threads:[~2017-01-12 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 13:57 est+ and time units Malcolm Matalka
2017-01-12 14:10 ` Nicolas Goaziou
2017-01-12 14:21   ` Malcolm Matalka
2017-01-12 14:34     ` Nicolas Goaziou

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