From e23bd6df8a5c56b1be016af5c902059c7a1a862d Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sat, 8 Jun 2013 22:06:57 +0200 Subject: [PATCH] testing/examples/babel.org: quote :shebang * testing/examples/babel.org: Quote :shebang header argument. 2a73e06 introduced a new behaviour for org-babel-read and values starting with "#" must now be quoted. --- testing/examples/babel.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/examples/babel.org b/testing/examples/babel.org index 7c30ab2e3..15f97175a 100644 --- a/testing/examples/babel.org +++ b/testing/examples/babel.org @@ -224,7 +224,7 @@ src_sh{echo 3} Here is one at the beginning of a line. :noweb-sep: "" :END: -#+begin_src sh :tangle yes :noweb yes :shebang #!/bin/sh +#+begin_src sh :tangle yes :noweb yes :shebang "#!/bin/sh" <> #+end_src -- 2.11.4.GIT