Variable: org-agenda-skip-additional-timestamps-same-entry

org-agenda-skip-additional-timestamps-same-entry is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

When nil, multiple same-day timestamps in entry make multiple agenda lines.

When non-nil, after the search for timestamps has matched once in an entry, the rest of the entry will not be searched.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-skip-additional-timestamps-same-entry nil
  "When nil, multiple same-day timestamps in entry make multiple agenda lines.
When non-nil, after the search for timestamps has matched once in an
entry, the rest of the entry will not be searched."
  :group 'org-agenda-skip
  :type 'boolean)