emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nick Dokos
Subject: Re: [O] [Babel] Blank line preceeds tangled data
Date: Fri, 26 Aug 2011 00:35:21 -0400

Bernt Hansen <address@hidden> 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 shebang line on unix?  I don't think the leading
> blank line should be in the tangled output.
> 

Not sure why it's there (I'm sure Eric S. will enlighten us)
but you can get rid of it with :padline no.

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]