diff --git a/manual.html b/manual.html index 9c87723..2b8f61e 100644 --- a/manual.html +++ b/manual.html @@ -1573,7 +1573,19 @@ file:

We also need to set up org-protocol: the instructions for setting up -org-protocol are reproduced below. +org-protocol are reproduced here. +

+

On a high-level, external calls are passed to Emacs via emacsclient. +org-protocol intercepts these and runs custom actions based on the protocols +registered. Hence, to use org-protocol, once must: +

+ + +

The instructions for the latter for each operating system is detailed below.