We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d9f273 + fbdd38d commit c3cbde2Copy full SHA for c3cbde2
README.org
@@ -38,6 +38,16 @@ You can configure auto-tangle as the default behavior for all org buffers by
38
setting the ~org-auto-tangle-default~ variable to ~t~. In this case, you can disable
39
it for some buffers by setting the ~#+auto_tangle:~ option to ~nil~.
40
41
+* Babel Auto Tangle Safelist
42
+Add a list of files to the safelist to autotangle with noweb evaluation
43
+#+begin_src emacs-lisp
44
+ (setq org-auto-tangle-babel-safelist '(
45
+ "~/system.org"
46
+ "~/test.org"
47
+ ))
48
+#+end_src
49
+
50
51
* License
52
53
This package (i.e. ~org-auto-tangle~) is licensed under the the 2-Clause BSD License.
0 commit comments