On 29/12/2022 22:58, Bastien Guerry wrote:
From: Tom Gillespie
Date: Sat, 10 Dec 2022 12:11:17 -0800
Subject: [PATCH 1/2] ob-core: add org-confirm-babel-evaluate-cell custom
variable
...
Has the situation changed between 9.5 and 9.6?
Yes, it has. In 9.6 C-c C-c for
#+begin_src elisp :var v1=(identity #o755) v2=(identity #o444)
v3=(identity #o600)
(list v1 v2 v3)
#+end_src
issues 4 queries if elisp code should be executed (3 variables and the
src block body). In 9.5 variable values evaluated before the single
prompt (so "no" did not prevent execution of some code).