From 911d6a1027784ab081cb41b40c08826e62066c73 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 27 Feb 2023 20:02:50 +0300 Subject: [PATCH] org-manual: Clarify that :eval yes obeys `org-confirm-babel-evaluate' * doc/org-manual.org (Limit code block evaluation): Clarify :eval yes value. Reported-by: Dan Drake Link: https://orgmode.org/list/CAKqbAeFRGDzQQQkXHKvDPtgM7NYybWgxpJj3yoRKnuD2bSwyVw@mail.gmail.com --- doc/org-manual.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 409c3f590..28144e812 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -18096,7 +18096,8 @@ evaluating untrusted code blocks by prompting for a confirmation. - =yes= :: - Org always evaluates the source code without asking permission. + Org evaluates the source code, possibly asking permission according + to ~org-confirm-babel-evaluate~. - =never= or =no= ::