Variable: org-effort-property
org-effort-property is a variable defined in org.el.gz.
Value
"Effort"
Documentation
The property that is being used to keep track of effort estimates.
Effort estimates given in this property need to be in the format defined in org-duration.el.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;;; Node Property
(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 be in the format
defined in org-duration.el.")