Function: todo-cp
todo-cp is a byte-compiled function defined in otodo-mode.el.gz.
Signature
(todo-cp)
Documentation
Make a diary entry appear only in the current date's diary.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
;; Read about this function in the setup instructions above!
;;;###autoload
(defun todo-cp ()
"Make a diary entry appear only in the current date's diary."
(if (equal (calendar-current-date) date)
entry))