Skip to content

Commit

Permalink
Merge pull request #17 from RampedIndent/patch-1
Browse files Browse the repository at this point in the history
Added Safe-list usage to readme
  • Loading branch information
yilkalargaw authored May 10, 2022
2 parents 5d9f273 + fbdd38d commit c3cbde2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c3cbde2

Please sign in to comment.