ox-odt: Stop adding leading space after line break
commita535d291fd2f221194abd19ca1bf664d2c782e8b
authorChristian Moe <mail@christianmoe.com>
Wed, 23 Oct 2013 16:49:03 +0000 (23 18:49 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 23 Oct 2013 17:04:09 +0000 (23 19:04 +0200)
tree34f5746ccdca49fddb12f460ba5e3f939afa2f3d
parent0113f4f80fc1d084f2d0dfff673c32e32a923c53
ox-odt: Stop adding leading space after line break

* lisp/ox-odt.el (org-odt-line-break, org-odt-plain-text): Remove
newline after line-break tag.

The exporter was pretty-printing the ODT XML with newlines after
forced line breaks, but LibreOffice would interpret those as
spaces.  This led to a leading space after every manual line break.
lisp/ox-odt.el