Variable: org-agenda-todo-keyword-format
org-agenda-todo-keyword-format is a customizable variable defined in
org-agenda.el.gz.
Value
"%-1s"
Documentation
Format for the TODO keyword in agenda lines.
Set this to something like "%-12s" if you want all TODO keywords to occupy a fixed space in the agenda display.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-todo-keyword-format "%-1s"
"Format for the TODO keyword in agenda lines.
Set this to something like \"%-12s\" if you want all TODO keywords
to occupy a fixed space in the agenda display."
:group 'org-agenda-line-format
:type 'string)