From 2dc78a7edbbe38614a5f7fafa2c295f52528f04d Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Mon, 29 Jan 2024 12:48:41 -0500 Subject: [PATCH] ob-scheme: document the new header arguments. * org-contrib/babel/languages/ob-doc-scheme.org (header-arguments): note the new options :host and :port. --- org-contrib/babel/languages/ob-doc-scheme.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org-contrib/babel/languages/ob-doc-scheme.org b/org-contrib/babel/languages/ob-doc-scheme.org index 46315d82..8f7ef52a 100644 --- a/org-contrib/babel/languages/ob-doc-scheme.org +++ b/org-contrib/babel/languages/ob-doc-scheme.org @@ -71,7 +71,9 @@ pair to =org-babel-load-languages=: There are no language-specific default values for header arguments to Scheme code blocks. -There are no language-specific header arguments for Scheme code blocks. +The following two options are available for Scheme code blocks: +- :host :: the host of a remotely running Scheme process. +- :port :: the port of the remotely running Scheme process. ** Sessions -- 2.43.0