[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

[BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)]

2022-07-22 Thread Elias Kueny
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