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

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

[nongnu] elpa/org-auto-tangle fbdd38d11e 55/56: Added Safe-list usage to


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle fbdd38d11e 55/56: Added Safe-list usage to readme
Date: Mon, 6 Jun 2022 11:58:55 -0400 (EDT)

branch: elpa/org-auto-tangle
commit fbdd38d11e47e252e694c96e80a032ef2ae55e44
Author: RampedIndent <rampedindent@gmail.com>
Commit: GitHub <noreply@github.com>

    Added Safe-list usage to readme
    
    Updated Readme to include instructions for adding files to the 
org-auto-tangle-babel-safelist.
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index 768ddb2981..6e745f5c72 100644
--- a/README.org
+++ b/README.org
@@ -38,6 +38,16 @@ You can configure auto-tangle as the default behavior for 
all org buffers by
 setting the ~org-auto-tangle-default~ variable to ~t~. In this case, you can 
disable
 it for some buffers by setting the ~#+auto_tangle:~ option to ~nil~.
 
+* Babel Auto Tangle Safelist
+Add a list of files to the safelist to autotangle with noweb evaluation
+#+begin_src emacs-lisp
+    (setq org-auto-tangle-babel-safelist '(
+                                         "~/system.org"
+                                         "~/test.org"
+                                         ))
+#+end_src
+
+
 * License
 
 This package (i.e. ~org-auto-tangle~) is licensed under the the 2-Clause BSD 
License.



reply via email to

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