Fix `org-in-regexp'
commit11a451ff9883413f56dad72f9dd3e59edf62ee81
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 31 Oct 2015 22:19:51 +0000 (31 23:19 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 31 Oct 2015 22:19:51 +0000 (31 23:19 +0100)
treeaa59b44ee9fc1b17976b8a173f9cc5d4a9c82b58
parent7f201758077e3a27c7bad51ff85ef61a552c236d
Fix `org-in-regexp'

* lisp/org.el (org-in-regexp): Fix VISUALLY optional argument.  Also
  prevent useless searches past the point.  Improve docstring.

* testing/lisp/test-org.el (test-org/in-regexp): New test.
lisp/org.el
testing/lisp/test-org.el