org-element: Fix example and src block interpreter.
commitf500d7c7f6b82be5f543cd974084adf531e93e69
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 4 Feb 2018 09:04:17 +0000 (4 10:04 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 4 Feb 2018 09:04:17 +0000 (4 10:04 +0100)
tree5a0fbafe88f7be80e88d9429f3f6fb050f2ce213
parent878f2ae68bd2150de21a0f5cc0d21c82355e4d4b
org-element: Fix example and src block interpreter.

* lisp/org-element.el (org-element-example-block-interpreter):
(org-element-src-block-interpreter): Correctly handle indentation.
* testing/lisp/test-org-element.el (test-org-element/example-block-interpreter):
  Add tests.

Reported-by: Yasushi SHOJI <yasushi.shoji@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-02/msg00006.html>
lisp/org-element.el
testing/lisp/test-org-element.el