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:
+
emacsclient
process
+
+org-protocol://
as a valid scheme-handler
+The instructions for the latter for each operating system is detailed below.
• Linux | diff --git a/org-roam.org b/org-roam.org index d196800..5f276b0 100644 --- a/org-roam.org +++ b/org-roam.org @@ -902,7 +902,16 @@ file: #+END_SRC 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: + +1. launch the ~emacsclient~ process +2. Register ~org-protocol://~ as a valid scheme-handler + +The instructions for the latter for each operating system is detailed below. *** Linux For Linux users, create a desktop application in diff --git a/org-roam.texi b/org-roam.texi index 421746a..7b53c08 100644 --- a/org-roam.texi +++ b/org-roam.texi @@ -1309,7 +1309,21 @@ file: @end lisp We also need to set up @code{org-protocol}: the instructions for setting up -@code{org-protocol} are reproduced below. +@code{org-protocol} are reproduced here. + +On a high-level, external calls are passed to Emacs via @code{emacsclient}. +@code{org-protocol} intercepts these and runs custom actions based on the protocols +registered. Hence, to use @code{org-protocol}, once must: + +@itemize +@item +launch the @code{emacsclient} process + +@item +Register @code{org-protocol://} as a valid scheme-handler +@end itemize + +The instructions for the latter for each operating system is detailed below. @menu * Linux:: |