org-element: Fix common indentation removal in verse block
commit60851f4fc714a0f71645203fb3e8bfc67169e1f1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 15 Aug 2014 19:46:46 +0000 (15 21:46 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 15 Aug 2014 19:46:46 +0000 (15 21:46 +0200)
tree7999d59af9194dbd4db62e36a508af4b314e9ac0
parent1adec31993dc379dc60337245e05010645e4c40b
org-element: Fix common indentation removal in verse block

* lisp/org-element.el (org-element-normalize-contents): Fix
  indentation removal when there is an empty line within a verse block.
* testing/lisp/test-org-element.el (test-org-element/normalize-contents):
  Add test.
lisp/org-element.el
testing/lisp/test-org-element.el