Fix `org-insert-heading' at buffer boundaries
commita7e5a74e2ce41819a342a282f62541d6e9d61c47
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Oct 2013 08:55:01 +0000 (29 09:55 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Oct 2013 08:55:01 +0000 (29 09:55 +0100)
tree2475cefc50bfc038714a44fe6e88ef7e64e369ef
parent8eadca98a638c00114898da6306a3d9699121f4e
Fix `org-insert-heading' at buffer boundaries

* lisp/org.el (org-insert-heading): Do not error out when inserting is
  to be done at one of the buffer's boundaries.
* testing/lisp/test-org.el: Add tests.
lisp/org.el
testing/lisp/test-org.el