Re: [O] Extra empty line at the top of the page when tangling.

2014-10-22 Thread Daimrod
Ivanov Dmitry usr...@gmail.com writes: Hi, Code: #+BABEL: :cache yes :tangle yes :noweb yes #+NAME: top_block #+begin_src perl :tangle test.pl :noweb tangle From (info (org) padline): 14.8.2.10 ‘:padline’ Control in insertion of padding lines around code block

[O] Extra empty line at the top of the page when tangling.

2014-10-21 Thread Ivanov Dmitry
Code: #+BABEL: :cache yes :tangle yes :noweb yes #+NAME: top_block #+begin_src perl :tangle test.pl :noweb tangle #!/usr/bin/perl use strict; use warnings; open(my $fh, , test.txt) or die cannot open file name: $!; output-all close($fh); #+end_src #+NAME: output-all