Function: org-at-regexp-p
org-at-regexp-p is a function alias for org-in-regexp, defined in
org-macs.el.gz.
This function is obsolete since 8.3; use org-in-regexp instead.
Signature
(org-at-regexp-p REGEXP &optional NLINES VISUALLY)
Documentation
Check if point is inside a match of REGEXP.
Normally only the current line is checked, but you can include NLINES extra lines around point into the search. If VISUALLY is set, require that the cursor is not after the match but really on, so that the block visually is on the match.
Return nil or a cons cell (BEG . END) where BEG and END are, respectively, the positions at the beginning and the end of the match.
Aliases
org-at-regexp-p (obsolete since 8.3)