summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-10-13 09:40:26 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-10-13 09:41:30 +0200
commitbd5f5ece553181ac69447263688c60c33953d2da (patch)
tree1aa229ec8dc73cf3738ac1ae5a7d0bf9854191d0
parent049f9f89d05b98bdd88aee1dcc5ad1a4e65be699 (diff)
downloadorg-mode-bd5f5ece553181ac69447263688c60c33953d2da.tar.gz
org-manual: Document Help links
* doc/org-manual.org (External Links): Document Help links.
-rw-r--r--doc/org-manual.org24
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 68543d6..5959189 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3067,18 +3067,19 @@ point on or at a target.
:END:
#+cindex: links, external
#+cindex: external links
-#+cindex: Gnus links
+#+cindex: attachment links
#+cindex: BBDB links
-#+cindex: irc links
-#+cindex: URL links
+#+cindex: Elisp links
#+cindex: file links
-#+cindex: attachment links
-#+cindex: Rmail links
+#+cindex: Gnus links
+#+cindex: Help links
+#+cindex: IRC links
+#+cindex: Info links
#+cindex: MH-E links
-#+cindex: Usenet links
+#+cindex: Rmail links
#+cindex: shell links
-#+cindex: Info links
-#+cindex: Elisp links
+#+cindex: URL links
+#+cindex: Usenet links
Org supports links to files, websites, Usenet and email messages, BBDB
database entries and links to both IRC conversations and their logs.
@@ -3125,7 +3126,11 @@ Here is the full set of built-in link types:
- =gnus=, =rmail=, =mhe= ::
- Links to messages or folders from a given Emacs' MUA.
+ Link to messages or folders from a given Emacs' MUA.
+
+- =help= ::
+
+ Display documentation of a symbol in =*Help*= buffer.
- =http=, =https= ::
@@ -3188,6 +3193,7 @@ options:
| | =gnus:group#id= (article link) |
| bbdb | =bbdb:R.*Stallman= (record with regexp) |
| irc | =irc:/irc.com/#emacs/bob= |
+| help | =help:org-store-link= |
| info | =info:org#External links= |
| shell | =shell:ls *.org= |
| elisp | =elisp:(find-file "Elisp.org")= (Elisp form to evaluate) |