[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix :var parameter for fish shell code blocks
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] Fix :var parameter for fish shell code blocks |
Date: |
Sun, 15 Oct 2023 08:35:21 +0000 |
Elias Kueny <elias.kueny@posteo.net> 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 fixes this by adding an exception
> to org-babel-variable-assignments:shell on the model of what it already does
> for bash.
Thanks for the patch!
Applied, onto bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=c42cdcda4
You are now listed as an Org contributor:
https://git.sr.ht/~bzg/worg/commit/fdc3c55f
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>