Variable: org-agenda-menu-two-columns
org-agenda-menu-two-columns is a customizable variable defined in
org-agenda.el.gz.
Value
nil
Documentation
Non-nil means, use two columns to show custom commands in the dispatcher.
If you use this, you probably want to set org-agenda-menu-show-matcher
to nil.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-menu-two-columns nil
"Non-nil means, use two columns to show custom commands in the dispatcher.
If you use this, you probably want to set `org-agenda-menu-show-matcher'
to nil."
:group 'org-agenda
:version "24.1"
:type 'boolean)