emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals-release/org 911d6a1027 1/2: org-manual: Clarify that :e


From: ELPA Syncer
Subject: [elpa] externals-release/org 911d6a1027 1/2: org-manual: Clarify that :eval yes obeys `org-confirm-babel-evaluate'
Date: Fri, 3 Mar 2023 09:58:53 -0500 (EST)

branch: externals-release/org
commit 911d6a1027784ab081cb41b40c08826e62066c73
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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 <dan.drake@gmail.com>
    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 409c3f5903..28144e8121 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= ::
 



reply via email to

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