Remove `org-list-empty-line-terminates-plain-lists'
commit67fe03bcd788a2f5206cd094d5e03a112499b726
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 14 Aug 2015 14:31:16 +0000 (14 16:31 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 14 Aug 2015 14:34:37 +0000 (14 16:34 +0200)
tree1a27e2d26f2ab8a2a2c3ebb696aa35fa6c99b0b4
parent10cb9d7323ae6b2c7e367c0171efdcd7115b5f63
Remove `org-list-empty-line-terminates-plain-lists'

* lisp/org-list.el (org-list-empty-line-terminates-plain-lists): Remove
  variable.
(org-list-end-re):
(org-list-separating-blank-lines-number):
* lisp/org.el (org-blank-before-new-entry): Adapt to change above.

* testing/lisp/test-org-element.el (test-org-element/at-point):
* testing/lisp/test-org-list.el (test-org-list/move-item-down):
(test-org-list/move-item-up):
(test-org-list/insert-item): Update tests.

This variable is not useful: plain lists can always be terminated with
two blank lines.
etc/ORG-NEWS
lisp/org-list.el
lisp/org.el
testing/lisp/test-org-element.el
testing/lisp/test-org-list.el