summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@laboissiere.net>2011-10-11 01:15:37 +0200
committerBastien Guerry <bzg@altern.org>2011-10-22 11:15:51 +0200
commit7f85ab17b6faaba91355647c05601b434db24b0f (patch)
treeb594fdb2cec830e654a757a0f2b7ff997306bfde
parentcba42a44b215223bc9999a68aeea8fa9541349d9 (diff)
downloadorg-mode-7f85ab17b6faaba91355647c05601b434db24b0f.tar.gz
Accurate description of info hyperlink format
Hyperlinks in the form "info:file#node" work with plain spaces in the "node" part and do not need to have spaces encoded as %20. This is the case for me, who is using the Debian emacs-snapshot package, version 20110926-1. TINYCHANGE
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index f49aa4b..5792a24 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3197,7 +3197,7 @@ gnus:group @r{Gnus group link}
gnus:group#id @r{Gnus article link}
bbdb:R.*Stallman @r{BBDB link (with regexp)}
irc:/irc.com/#emacs/bob @r{IRC link}
-info:org#External%20links @r{Info node link (with encoded space)}
+info:org#External links @r{Info node link}
shell:ls *.org @r{A shell command}
elisp:org-agenda @r{Interactive Elisp command}
elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}