branch: elpa/org-auto-tangle
commit fbdd38d11e47e252e694c96e80a032ef2ae55e44
Author: RampedIndent <[email protected]>
Commit: GitHub <[email protected]>
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.