From 1966a7a8a8a2934443f24ca9c968a4eba09c3650 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 8 Oct 2022 12:11:42 +0800 Subject: [PATCH] org-manual: Document :eval yes header argument value * doc/org-manual.org (Limit code block evaluation): Document that :eval can be set to "yes" to evaluate the code all the time without prompt. Reported-by: Charles Millar Link: https://orgmode.org/list/87v8uj6l6m.fsf@localhost --- doc/org-manual.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 87ce674fb..428c79923 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -18084,6 +18084,10 @@ The =eval= header argument can limit evaluation of specific code blocks and =CALL= keyword. It is useful for protection against evaluating untrusted code blocks by prompting for a confirmation. +- =yes= :: + + Org always evaluates the source code without asking permission. + - =never= or =no= :: Org never evaluates the source code.