org-find-exact-headline-in-buffer
org-find-exact-headline-in-buffer is a compiled Lisp function in `org.el
'.
(org-find-exact-headline-in-buffer HEADING &optional BUFFER POS-ONLY)
Find node HEADING in BUFFER.
Return a marker to the heading if it was found, or nil if not.
If POS-ONLY is set, return just the position instead of a marker.
The heading text must match exact, but it may have a TODO keyword,
a priority cookie and tags in the standard locations.