From dd1e16e81672ec02540308ccab085ce70ae202e5 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Thu, 10 Mar 2022 06:11:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20feb91?= =?UTF-8?q?79c9f05b34a225a3455b98691462cf00362=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual.html | 14 +++++++++++++- org-roam.org | 11 ++++++++++- org-roam.texi | 16 +++++++++++++++- 3 files changed, 38 insertions(+), 3 deletions(-) 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.