Variable: todo-file-do
todo-file-do is a customizable variable defined in otodo-mode.el.gz.
Value
"~/.emacs.d/todo-do"
Documentation
TODO mode list file.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defcustom todo-file-do (locate-user-emacs-file "todo-do" ".todo-do")
"TODO mode list file."
:version "24.4" ; added locate-user-emacs-file
:type 'file)