Variable: remember-directory-file-name-format

remember-directory-file-name-format is a customizable variable defined in remember.el.gz.

Value

"%Y-%m-%d_%T-%z"

Documentation

Format string for the file name in which to store unprocessed data.

This is passed to format-time-string. Used by remember-store-in-files.

This variable was added, or its default value changed, in Emacs 24.4.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/remember.el.gz
(defcustom remember-directory-file-name-format "%Y-%m-%d_%T-%z"
  "Format string for the file name in which to store unprocessed data.
This is passed to `format-time-string'.
Used by `remember-store-in-files'."
  :type 'string
  :version "24.4")