emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable


From: Tom Gillespie
Subject: Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable
Date: Mon, 19 Dec 2022 19:00:49 -0500

By the way, while we're on bugfixes. I just noticed that (format "%S" cell) is being used to create the fake body for info. This is incorrect because cell is already a string at this point and this makes the behavior inconsistent with the rest of org babel as a result. Fix below. Best,
Tom


The fix is to pass

(list "emacs-lisp" cell
                              '((:eval . yes)) nil cell
                              nil nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]