ox-confluence.el: Blank table cells produce required whitespace
commit166364bc96e515c301f0dce9005cd010599d31c2
authorStephen Mackenzie <maxnbk@gmail.com>
Mon, 17 Apr 2017 04:00:39 +0000 (17 00:00 -0400)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 17 Apr 2017 09:29:10 +0000 (17 11:29 +0200)
treea3fc8e9c3cefce5486a853b1db020435d66585b3
parent137c6ad658d5b54290acbb6900a96e641cacafab
ox-confluence.el: Blank table cells produce required whitespace

* contrib/lisp/ox-confluence.el (org-confluence-table-cell): Add blank
space in an empty table cell such that Confluence tables do not skip
empty entries and produce erroneous table headers.

Confluence tables are formatted incorrectly when empty cells
cause `||' to generate the next cell as a table header, skipping
the empty cell.  Empty cells must be formatted as `| |'.

TINYCHANGE
contrib/lisp/ox-confluence.el