Variable: org-agenda-query-register
org-agenda-query-register is a customizable variable defined in
org-agenda.el.gz.
Value
111
Documentation
The register holding the current query string.
The purpose of this is that if you construct a query string interactively, you can then use it to define a custom command.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-query-register ?o
"The register holding the current query string.
The purpose of this is that if you construct a query string interactively,
you can then use it to define a custom command."
:group 'org-agenda-custom-commands
:type 'character)