Re: [O] [Babel] Blank line preceeds tangled data

2011-08-26 Thread Bernt Hansen
Rainer M Krug writes: > On Fri, Aug 26, 2011 at 6:35 AM, Nick Dokos > wrote: > > Bernt Hansen wrote: > > > Hi, > > > > When I tangle some file such as > > > > #+begin_src sh :tangle x.sh > >   #!/bin/sh > >   echo done > > #+end_src > > > > I get

Re: [O] [Babel] Blank line preceeds tangled data

2011-08-26 Thread Rainer M Krug
On Fri, Aug 26, 2011 at 6:35 AM, Nick Dokos wrote: > Bernt Hansen wrote: > > > Hi, > > > > When I tangle some file such as > > > > #+begin_src sh :tangle x.sh > > #!/bin/sh > > echo done > > #+end_src > > > > I get the following output which includes a blank line up front. > > > > ,[ x.s

Re: [O] [Babel] Blank line preceeds tangled data

2011-08-25 Thread Nick Dokos
Bernt Hansen wrote: > Hi, > > When I tangle some file such as > > #+begin_src sh :tangle x.sh > #!/bin/sh > echo done > #+end_src > > I get the following output which includes a blank line up front. > > ,[ x.sh ] > | > | #!/bin/sh > | echo done > ` > > Doesn't this break the she

[O] [Babel] Blank line preceeds tangled data

2011-08-25 Thread Bernt Hansen
Hi, When I tangle some file such as #+begin_src sh :tangle x.sh #!/bin/sh echo done #+end_src I get the following output which includes a blank line up front. ,[ x.sh ] | | #!/bin/sh | echo done ` Doesn't this break the shebang line on unix? I don't think the leading blank line s