Function: org-inc-effort
org-inc-effort is an interactive and byte-compiled function defined in
org.el.gz.
Signature
(org-inc-effort)
Documentation
Increment the value of the effort property in the current entry.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-inc-effort ()
"Increment the value of the effort property in the current entry."
(interactive)
(org-set-effort t))