summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-18 11:25:53 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-18 11:26:40 +0100
commitdd12f2722ca31fd0f7f0a4e071bf8421cdd4665d (patch)
tree144aadd75253b67f4bd7b3fbe465ebb9e8ecd4f6
parente30089dbd648bd1534521f2ed8559e2396233f3a (diff)
downloadorg-mode-dd12f2722ca31fd0f7f0a4e071bf8421cdd4665d.tar.gz
manual: Remove last user reserved keys
-rw-r--r--contrib/manual.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/manual.org b/contrib/manual.org
index 5ccddb7..8a7a0b9 100644
--- a/contrib/manual.org
+++ b/contrib/manual.org
@@ -3492,14 +3492,14 @@ generally, act on links.
:DESCRIPTION: Linking from my C source code?
:END:
+#+findex: org-insert-link-global
+#+findex: org-open-at-point-global
You can insert and follow links that have Org syntax not only in Org,
-but in any Emacs buffer. For this, you should create two global
-commands, like this (please select suitable global keys yourself):
+but in any Emacs buffer. For this, Org provides two functions:
+~org-insert-link-global~ and ~org-open-at-point-global~.
-#+begin_src emacs-lisp
- (global-set-key "\C-c L" 'org-insert-link-global)
- (global-set-key "\C-c o" 'org-open-at-point-global)
-#+end_src
+You might want to bind them to globally available keys. See
+ [[*Activation]] for some advice.
** Link Abbreviations
:PROPERTIES: