Fix `org-indent-line' on blank lines after a paragraph
commit6b3aa710612b22d587f27237925bffdd3116a43c
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 16 Nov 2014 16:39:04 +0000 (16 17:39 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 16 Nov 2014 16:39:04 +0000 (16 17:39 +0100)
tree5586aa2cad80eeb95b4b91332e3ec47b044cdab3
parent1452b1523538a811dc7e45079e3492d4c5aa6d12
Fix `org-indent-line' on blank lines after a paragraph

* lisp/org.el (org--get-expected-indentation): Properly compute
  expected indentation on blank lines after a paragraph.
(org-indent-line): Update docstring.

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