Fix :post-blank handling for pseudo elements and objects
commitc58e1b565b35b40472fd908df182105a5c0061c4
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 24 Oct 2016 21:32:15 +0000 (24 23:32 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 24 Oct 2016 21:32:15 +0000 (24 23:32 +0200)
tree7fb2cd85ae13054f2fbb87b98c1350514ad60db3
parent359afa68060cee6a72707f53d69e1f9244cbc50c
Fix :post-blank handling for pseudo elements and objects

* lisp/org-element.el (org-element-interpret-data):
* lisp/ox.el (org-export-data): Correctly guess if a pseudo element or
  object should be followed by spaces or blank lines.

* testing/lisp/test-ox.el (test-org-export/pseudo-objects):
(test-org-export/pseudo-elements): New tests.
lisp/org-element.el
lisp/ox.el
testing/lisp/test-ox.el