From e7e7a3205ae6da51a696f45d7afee5f8b98bddac Mon Sep 17 00:00:00 2001 From: Kisaragi Hiu Date: Sun, 2 Feb 2020 00:08:10 +0800 Subject: [PATCH 2/2] org.el: Correct docstring * lisp/org.el (org-effort-property): Correct docstring, as the previous description of the format was inaccurate. --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 3605460f3..ba34ee38e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -565,7 +565,8 @@ An entry can be toggled between COMMENT and normal with (defconst org-effort-property "Effort" "The property that is being used to keep track of effort estimates. -Effort estimates given in this property need to have the format H:MM.") +Effort estimates given in this property need to be in the format +defined in org-duration.el.") ;;;; Timestamp -- 2.25.0