Variable: org-agenda-columns-add-appointments-to-effort-sum

org-agenda-columns-add-appointments-to-effort-sum is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

Non-nil means the duration of an appointment will add to day effort.

The property to which appointment durations will be added is the one given in the option org-effort-property. If an appointment does not have an end time, org-agenda-default-appointment-duration will be used. If that is not set, an appointment without end time will not contribute to the time estimate.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-columns-add-appointments-to-effort-sum nil
  "Non-nil means the duration of an appointment will add to day effort.
The property to which appointment durations will be added is the one given
in the option `org-effort-property'.  If an appointment does not have
an end time, `org-agenda-default-appointment-duration' will be used.  If that
is not set, an appointment without end time will not contribute to the time
estimate."
  :group 'org-agenda-column-view
  :type 'boolean)