org-element: Ignore blank lines when removing element indentation
commit206ce6e0b52269eff533673b4a5055f9d6bbe27d
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 25 Apr 2012 18:40:13 +0000 (25 20:40 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 26 Apr 2012 12:49:29 +0000 (26 14:49 +0200)
tree0ff3bde96327b8b66daae744f56083cc3b10e640
parent84a358e381235630e34f87cabab9982ed7a46f16
org-element: Ignore blank lines when removing element indentation

* contrib/lisp/org-element.el (org-element-normalize-contents): Ignore
  blank and empty lines when removing element indentation.
* testing/lisp/test-org-element.el: Add tests.
contrib/lisp/org-element.el
testing/lisp/test-org-element.el