Variable: org-default-notes-file
org-default-notes-file is a customizable variable defined in
org.el.gz.
Value
"~/.notes"
Documentation
Default target for storing notes.
Used as a fall back file for org-capture.el, for templates that do not specify a target file.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-default-notes-file (convert-standard-filename "~/.notes")
"Default target for storing notes.
Used as a fall back file for org-capture.el, for templates that
do not specify a target file."
:group 'org-refile
:group 'org-capture
:type 'file)