>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
Hello,
There seems to be an issue with using ":comments link" when the source block is
at the root of the org file instead of under a heading. This happens using emacs -Q.
A file containing something like this:
#+begin_src elisp :tangle yes :comments link
(message "test")
#+end_src
tangles to