Update docstring or `org-default-notes-file'
* lisp/org.el (org-default-notes-file): Update docstring
This commit is contained in:
parent
5edefbba26
commit
8da31057eb
|
@ -1671,10 +1671,8 @@ following situations:
|
||||||
|
|
||||||
(defcustom org-default-notes-file (convert-standard-filename "~/.notes")
|
(defcustom org-default-notes-file (convert-standard-filename "~/.notes")
|
||||||
"Default target for storing notes.
|
"Default target for storing notes.
|
||||||
Used by the hooks for remember.el. This can be a string, or nil to mean
|
Used as a fall back file for org-remember.el and org-capture.el, for
|
||||||
the value of `remember-data-file'.
|
templates that do not specify a target file."
|
||||||
You can set this on a per-template basis with the variable
|
|
||||||
`org-remember-templates'."
|
|
||||||
:group 'org-refile
|
:group 'org-refile
|
||||||
:group 'org-remember
|
:group 'org-remember
|
||||||
:type '(choice
|
:type '(choice
|
||||||
|
|
Loading…
Reference in New Issue