Variable: todo-global-current-todo-file
todo-global-current-todo-file is a variable defined in
todo-mode.el.gz.
Value
nil
Documentation
Variable holding name of current todo file.
Used by functions called from outside of Todo mode to visit the
current todo file rather than the default todo file (i.e. when
users option todo-show-current-file(var)/todo-show-current-file(fun) is non-nil).
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-global-current-todo-file nil
"Variable holding name of current todo file.
Used by functions called from outside of Todo mode to visit the
current todo file rather than the default todo file (i.e. when
users option `todo-show-current-file' is non-nil).")