Author: Martin Schwenke
Updated:
Display `to-do' list in diary
Takes the file specified by `todo-file-top', removes the todo-prefix stuff from each line and inserts in the diary for the current day. INSTALLATION To install, simply copy this file into a directory in your load-path and add the following two commands in your .emacs file: (autoload 'diary-include-todo-file "diary-todo" "Include `to do' list in diary.") (add-hook 'list-diary-entries-hook 'diary-include-todo-file t)