Variable: org-agenda-compact-blocks
org-agenda-compact-blocks is a customizable variable defined in
org-agenda.el.gz.
Value
nil
Documentation
Non-nil means make the block agenda more compact.
This is done globally by leaving out lines like the agenda span name and week number or the separator lines.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-compact-blocks nil
"Non-nil means make the block agenda more compact.
This is done globally by leaving out lines like the agenda span
name and week number or the separator lines."
:group 'org-agenda
:type 'boolean)