Skip to content

Commit 7b78e5f

Browse files
committed
Add a header-args inheritance test
1 parent 6b26fd8 commit 7b78e5f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(message "this will be tangled")
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#+property: header-args :tangle yes
2+
3+
#+begin_src emacs-lisp :tangle no
4+
(message "this will not be tangled")
5+
#+end_src
6+
7+
#+begin_src emacs-lisp
8+
(message "this will be tangled")
9+
#+end_src

0 commit comments

Comments
 (0)