Function: todo-print-buffer-to-file
todo-print-buffer-to-file is an interactive and byte-compiled function
defined in todo-mode.el.gz.
Signature
(todo-print-buffer-to-file)
Documentation
Save printable version of this Todo mode buffer to a file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-print-buffer-to-file ()
"Save printable version of this Todo mode buffer to a file."
(interactive)
(todo-print-buffer t))