Re: [PATCH] Fix :var parameter for fish shell code blocks

2023-10-15 Thread Ihor Radchenko
Elias Kueny writes: > I found an issue with fish shell code blocks, in that the `:var' parameter > generates a command that is not syntaxically correct. Fish uses `set variable > value' instead of `variable = value'. As a result, org-babel throws an error > when executing the code block. This

[PATCH] Fix :var parameter for fish shell code blocks

2023-10-14 Thread Elias Kueny
>From 0d8067348d033e159a460233773e442c0775a8bb Mon Sep 17 00:00:00 2001 From: Elias Kueny Date: Sat, 14 Oct 2023 00:20:55 +0200 Subject: [PATCH] lisp/ob-shell.el: Adapt the `:var' header parameter to fish * ob-shell.el (org-babel-variable-assignments:shell): allow the `:var' keyword on fish code