org-capture: Fix capture aborting
commitaaa3372b8bf159c37d935decea3bca7afb0f5337
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 22 Oct 2018 21:40:49 +0000 (22 23:40 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 22 Oct 2018 21:40:49 +0000 (22 23:40 +0200)
tree47b4b9ba27f4bffe9c6a51ba6a29f638c65a74f8
parent0fa8bb4c513f980669d70da9819ff4bbab9a575e
org-capture: Fix capture aborting

* lisp/org-capture.el (org-capture-place-entry): Fix delimiters for
  region to delete when aborting capture.
* testing/lisp/test-org-capture.el (test-org-capture/abort): Add test.
lisp/org-capture.el
testing/lisp/test-org-capture.el