Remove some blank leading blank lines from ASCII export.
commitb2743b9e37abe42df79920a9a06a0b0833e69296
authorAndrew Stribblehill <ads@wompom.org>
Sun, 9 Aug 2009 11:20:50 +0000 (9 12:20 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 9 Aug 2009 12:34:05 +0000 (9 14:34 +0200)
tree2fe6c58b96b56ea637cbc46024f14720b95d5b9d
parent6bd7ffef362a661475449fed22837d27ca48ebba
Remove some blank leading blank lines from ASCII export.

With the following org file:
------
Foo

In which foos are described.
#+OPTIONS: num:nil author:nil creator:nil timestamp:nil d:nil toc:nil skip:t
#+TITLE:
* The construction of a foo
** Armaments
------
I found exporting to ASCII gave five leading blank lines. The
following patch reduces that to one. (I'd love some help in tracking
down that final one.)
lisp/org-ascii.el