org-directory: Update docstring
* lisp/org.el (org-directory): Fix docstring description of where this variable is used.
This commit is contained in:
parent
4eccbce9dc
commit
6c6b94e274
10
lisp/org.el
10
lisp/org.el
|
@ -2293,17 +2293,17 @@ For more examples, see the system specific constants
|
||||||
:group 'org)
|
:group 'org)
|
||||||
|
|
||||||
(defcustom org-directory "~/org"
|
(defcustom org-directory "~/org"
|
||||||
"Directory with org files.
|
"Directory with Org files.
|
||||||
This is just a default location to look for Org files. There is no need
|
This is just a default location to look for Org files. There is no need
|
||||||
at all to put your files into this directory. It is only used in the
|
at all to put your files into this directory. It is used in the
|
||||||
following situations:
|
following situations:
|
||||||
|
|
||||||
1. When a capture template specifies a target file that is not an
|
1. When a capture template specifies a target file that is not an
|
||||||
absolute path. The path will then be interpreted relative to
|
absolute path. The path will then be interpreted relative to
|
||||||
`org-directory'
|
`org-directory'
|
||||||
2. When a capture note is filed away in an interactive way (when exiting the
|
2. When the value of variable `org-agenda-files' is a single file, any
|
||||||
note buffer with `C-1 C-c C-c'. The user is prompted for an org file,
|
relative paths in this file will be taken as relative to
|
||||||
with `org-directory' as the default path."
|
`org-directory'."
|
||||||
:group 'org-refile
|
:group 'org-refile
|
||||||
:group 'org-capture
|
:group 'org-capture
|
||||||
:type 'directory)
|
:type 'directory)
|
||||||
|
|
Loading…
Reference in New Issue