From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Effort entry and confusing effort estimates Date: Tue, 21 May 2013 09:10:21 -0400 (EDT) Message-ID: References: <87r4h0ehw1.fsf@bzg.ath.cx> Reply-To: Ken Mankoff Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UemKk-00077g-VP for emacs-orgmode@gnu.org; Tue, 21 May 2013 09:10:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UemKg-0005lO-3L for emacs-orgmode@gnu.org; Tue, 21 May 2013 09:10:30 -0400 In-Reply-To: <87r4h0ehw1.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org-mode Hi Bastien, On Tue, 21 May 2013, Bastien wrote: > Ken Mankoff writes: > >> But I'm still confused what 'org-set-effort' expects/interprets >> compared to 'org-clock-modify-effort-estimate'. Any clarification >> will be much appreciated. > > `org-set-effort' allows you to _set_ the effort value. > > `org-clock-modify-effort-estimate' allows you to either set the > effort value (e.g. if you enter 1:30, the old value will be > replaced by this one) or to increment/decrement the effort value > by using +mm or +n[hdwmy] -- e.g. entering +1d will increment the > current value by 1 day. "1 day" is interpreted depending on > `org-effort-durations', which see. Thanks for the explanation. I guess I'm confused why one formats/converts/checks the input and the other does not. I guess this doesn't imply that org-set-effort does anything different, it really is just a pure subset of org-clock-modify-effort-estimate. Thanks, -k.