Variable: org-agenda-window-frame-fractions

org-agenda-window-frame-fractions is a customizable variable defined in org-agenda.el.gz.

Value

(0.5 . 0.75)

Documentation

The min and max height of the agenda window as a fraction of frame height.

The value of the variable is a cons cell with two numbers between 0 and 1. It only matters if org-agenda-window-setup is reorganize-frame.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-window-frame-fractions '(0.5 . 0.75)
  "The min and max height of the agenda window as a fraction of frame height.
The value of the variable is a cons cell with two numbers between 0 and 1.
It only matters if `org-agenda-window-setup' is `reorganize-frame'."
  :group 'org-agenda-windows
  :type '(cons (number :tag "Minimum") (number :tag "Maximum")))