Variable: todo-file-top
todo-file-top is a customizable variable defined in otodo-mode.el.gz.
Value
"~/.emacs.d/todo-top"
Documentation
TODO mode top priorities file.
Not in TODO format, but diary compatible.
Automatically generated when todo-save-top-priorities is non-nil.
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-top (locate-user-emacs-file "todo-top" ".todo-top")
"TODO mode top priorities file.
Not in TODO format, but diary compatible.
Automatically generated when `todo-save-top-priorities' is non-nil."
:version "24.4" ; added locate-user-emacs-file
:type 'string)