Variable: todo-initials
todo-initials is a customizable variable defined in otodo-mode.el.gz.
Value
"root"
Documentation
Initials of todo item author.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defcustom todo-initials (or (getenv "INITIALS") (user-login-name))
"Initials of todo item author."
:type 'string)