Fix `org-forward-sentence' on a headline
commit95271315cc539f94b0cc25f5183fdcef284f295a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 12 Sep 2017 07:02:02 +0000 (12 09:02 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 12 Sep 2017 07:02:02 +0000 (12 09:02 +0200)
treec0800981ce61cee8c2fce72a6f7e0b7cbf180141
parenta4f1395cbe1171fea488695e5d91cae1886917e2
Fix `org-forward-sentence' on a headline

* lisp/org.el (org-forward-sentence): Fix `org-forward-sentence' on a headline.

* testing/lisp/test-org.el (test-org/forward-sentence): Add tests.

Reported-by: Mat Vibrys <vibrysec@gmail.com>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00282.html>
lisp/org.el
testing/lisp/test-org.el