org-element: Do not remove TAB characters from parsed text
commit4c2b52bd8b6e55ad2b1db269829521b446365960
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 Jan 2016 21:53:55 +0000 (26 22:53 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 Jan 2016 21:53:55 +0000 (26 22:53 +0100)
tree211235eb4f5719c2dd72c1d19235af40862e39d0
parentaf1bd190e3df296de41ba4b8cdc465fe31740e1d
org-element: Do not remove TAB characters from parsed text

* lisp/org-element.el (org-element--parse-objects): Do not remove TAB
  characters from plain text.
(org-element-normalize-contents): Handle TAB characters in indentation.

* testing/lisp/test-org-element.el (test-org-element/normalize-contents):
Update test.
lisp/org-element.el
testing/lisp/test-org-element.el