branch: elpa/org-auto-tangle
commit c3cbde261fd66b747374b667cb715ca9ee8c52ba
Merge: 5d9f2734c9 fbdd38d11e
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>
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.