summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-07 11:56:36 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-07 11:56:36 -0500
commit4f499fff9692f0ed745eddac867a34c4979574dd (patch)
tree8c2cf71a5a0c2880cae73dbd0abfc88610f4a644
parent96f1bd89e0c587f57342b42f450f32ce1e03d9c0 (diff)
parent30bcff112928fb15e2b0e8c810266353d721d752 (diff)
downloadorg-mode-4f499fff9692f0ed745eddac867a34c4979574dd.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi4
-rw-r--r--lisp/org-capture.el3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 606539e..a5c4e67 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7151,7 +7151,9 @@ files, targets usually define a node. Entries will become children of this
node. Other types will be added to the table or list in the body of this
node. Most target specifications contain a file name. If that file name is
the empty string, it defaults to @code{org-default-notes-file}. A file can
-also be given as a variable, function, or Emacs Lisp form.
+also be given as a variable, function, or Emacs Lisp form. When an absolute
+path is not specified for a target, it is taken as relative to
+@code{org-directory}.
Valid values are:
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index e4dff77..8fdb1ce 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -127,7 +127,8 @@ target Specification of where the captured item should be placed.
Most target specifications contain a file name. If that file
name is the empty string, it defaults to `org-default-notes-file'.
A file can also be given as a variable, function, or Emacs Lisp
- form.
+ form. When an absolute path is not specified for a
+ target, it is taken as relative to `org-directory'.
Valid values are: