Fix indentation of some elements
commit6da9d0a416090df0491a81d48a62e0b8569a80ad
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 3 Feb 2017 20:59:08 +0000 (3 21:59 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 3 Feb 2017 21:03:25 +0000 (3 22:03 +0100)
treea9d311be025d6a4ad09677e212c61f2482c4e0e8
parent37bd3586e955e4c2e6eda50aaaf30563288f61f0
Fix indentation of some elements

* lisp/org.el (org--get-expected-indentation): Tiny refactoring.
(org-indent-line): Ignore LaTex environments.
(org-indent-region): Better handling for export blocks, LaTeX
environments and example blocks.

* testing/lisp/test-org.el (test-org/indent-line):
(test-org/indent-region): Add tests.
lisp/org.el
testing/lisp/test-org.el