Browse Source

org-manual.org: Mention the format of effort estimates

* doc/org-manual.org (Effort Estimates): Mention the format of effort
estimates.

TINYCHANGE
Kisaragi Hiu 6 năm trước cách đây
mục cha
commit
2062761f5c
1 tập tin đã thay đổi với 8 bổ sung3 xóa
  1. 8 3
      doc/org-manual.org

+ 8 - 3
doc/org-manual.org

@@ -6899,9 +6899,14 @@ to produce offers with quotations of the estimated work effort, you
 may want to assign effort estimates to entries.  If you are also
 may want to assign effort estimates to entries.  If you are also
 clocking your work, you may later want to compare the planned effort
 clocking your work, you may later want to compare the planned effort
 with the actual working time, a great way to improve planning
 with the actual working time, a great way to improve planning
-estimates.  Effort estimates are stored in a special property
-=EFFORT=.  You can set the effort for an entry with the following
-commands:
+estimates.
+
+Effort estimates are stored in a special property =EFFORT=.  Multiple
+formats are supported, such as =3:12=, =1:23:45=, or =1d3h5min=; see
+the file =org-duration.el= for more detailed information about the
+format.
+
+You can set the effort for an entry with the following commands:
 
 
 - {{{kbd(C-c C-x e)}}}  (~org-set-effort~) ::
 - {{{kbd(C-c C-x e)}}}  (~org-set-effort~) ::