summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 10:44:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 10:44:49 +0200
commitb563ef4762520714b1c6a839bca67225e0c19611 (patch)
treec8b60fcb099a5dd8f0a708663130d3d71037e3b2
parente61fddf4cee644747a5567a27eb60203cc0a7ec4 (diff)
downloadorg-mode-b563ef4762520714b1c6a839bca67225e0c19611.tar.gz
Revert "org-manual: Fix link"
This reverts commit e61fddf4cee644747a5567a27eb60203cc0a7ec4.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 3f0cccb..c759857 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -179,8 +179,8 @@ For a better experience, the three Org commands ~org-store-link~,
~org-capture~ and ~org-agenda~ ought to be accessible anywhere in
Emacs, not just in Org buffers. To that effect, you need to bind them
to globally available keys, like the ones reserved for users (see
-[[info:elisp#Key%20Binding%20Conventions][info:elisp#Key Binding Conventions]]). Here are suggested bindings,
-please modify the keys to your own liking.
+[[info:elisp::Key%20Binding%20Conventions]]). Here are suggested
+bindings, please modify the keys to your own liking.
#+begin_src emacs-lisp
(global-set-key "\C-cl" 'org-store-link)