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

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

[nongnu] elpa/org-auto-tangle c3cbde261f 56/56: Merge pull request #17 f


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle c3cbde261f 56/56: Merge pull request #17 from RampedIndent/patch-1
Date: Mon, 6 Jun 2022 11:58:55 -0400 (EDT)

branch: elpa/org-auto-tangle
commit c3cbde261fd66b747374b667cb715ca9ee8c52ba
Merge: 5d9f2734c9 fbdd38d11e
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #17 from RampedIndent/patch-1
    
    Added Safe-list usage to readme
---
 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]