Skip to content

Commit c3cbde2

Browse files
authored
Merge pull request #17 from RampedIndent/patch-1
Added Safe-list usage to readme
2 parents 5d9f273 + fbdd38d commit c3cbde2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.org

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ You can configure auto-tangle as the default behavior for all org buffers by
3838
setting the ~org-auto-tangle-default~ variable to ~t~. In this case, you can disable
3939
it for some buffers by setting the ~#+auto_tangle:~ option to ~nil~.
4040

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+
4151
* License
4252

4353
This package (i.e. ~org-auto-tangle~) is licensed under the the 2-Clause BSD License.

0 commit comments

Comments
 (0)