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.
1 parent 51e0144 commit 6b0ea7fCopy full SHA for 6b0ea7f
tests/begin_src/begin_src.el
@@ -0,0 +1 @@
1
+(message "this will be tangled")
tests/begin_src/begin_src.org
@@ -0,0 +1,9 @@
+#+property: header-args :tangle yes
2
+
3
+#+begin_src emacs-lisp -n
4
5
+#+end_src
6
7
+#+begin_src emacs-lisp -n :tangle no
8
+(message "this will not be tangled")
9
0 commit comments