Adding specified number of empty lines when tangling code blocks

53 Views Asked by At

In org-babel, when tangling code blocks, there is a header argument padline, which, when set to yes, adds an empty line to the end of the block. Can I specify the number of empty lines to be added? Some languages, like Python, have recommended number of empty lines after different objects, how do I make org-babel respect that, when tangling code blocks?

0

There are 0 best solutions below