summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-05-16 21:23:18 -0400
committerKyle Meyer <kyle@kyleam.com>2019-05-16 21:23:18 -0400
commit84a4b73fd6a16a0884b3f7c7fc3946f51647c336 (patch)
tree6457851e5c11353daf79cf34b0e1e45e8abdd38f
parent0b0aa43ef273f0ead78d2ffef1396e98471439fb (diff)
parent2c9f259d65bff762f026bad98aeabafbf86e7285 (diff)
downloadorg-mode-84a4b73fd6a16a0884b3f7c7fc3946f51647c336.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org-manual.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 54b89e5..c519d31 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3173,17 +3173,17 @@ current buffer:
to the target. Otherwise it points to the current headline, which
is also the description[fn:28].
- #+vindex: org-link-to-org-use-id
+ #+vindex: org-id-link-to-org-use-id
#+cindex: @samp{CUSTOM_ID}, property
#+cindex: @samp{ID}, property
If the headline has a =CUSTOM_ID= property, store a link to this
custom ID. In addition or alternatively, depending on the value of
- ~org-link-to-org-use-id~, create and/or use a globally unique =ID=
- property for the link[fn:29]. So using this command in Org buffers
- potentially creates two links: a human-readable link from the custom
- ID, and one that is globally unique and works even if the entry is
- moved from file to file. Later, when inserting the link, you need
- to decide which one to use.
+ ~org-id-link-to-org-use-id~, create and/or use a globally unique
+ =ID= property for the link[fn:29]. So using this command in Org
+ buffers potentially creates two links: a human-readable link from
+ the custom ID, and one that is globally unique and works even if the
+ entry is moved from file to file. Later, when inserting the link,
+ you need to decide which one to use.
- /Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus/ ::