Variable: remember-diary-file

remember-diary-file is a customizable variable defined in remember.el.gz.

Value

nil

Documentation

File for extracted diary entries.

If this is nil, then diary-file will be used instead.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/remember.el.gz
;;; Diary integration

(defcustom remember-diary-file nil
  "File for extracted diary entries.
If this is nil, then `diary-file' will be used instead."
  :type '(choice (const :tag "diary-file" nil) file))