From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kisaragi Hiu Subject: Format of Effort estimates should be mentioned in its Info node Date: Thu, 2 Jan 2020 20:14:38 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50700) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1in5ve-0006As-9f for emacs-orgmode@gnu.org; Thu, 02 Jan 2020 14:14:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1in5vd-00065O-5x for emacs-orgmode@gnu.org; Thu, 02 Jan 2020 14:14:41 -0500 Received: from w4.tutanota.de ([81.3.6.165]:49402) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1in5vc-00064M-VP for emacs-orgmode@gnu.org; Thu, 02 Jan 2020 14:14:41 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id ACA341060301 for ; Thu, 2 Jan 2020 19:14:38 +0000 (UTC) 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" To: emacs-orgmode@gnu.org Currently, the Info node about effort estimates does not mention what format should it be written in. This causes confusion, as a user might assume that it's the same format as schedulers (10m, 6h, etc.) like I did. Simply mentioning "Effort estimates need to have the format H:MM" (copied from the docstring or org-effort-property, the only* description of the format I could find) in the Info node would be enough. *: searching for regexp effort.*format and manually filtering out the other 3 matches