org-find-olp
org-find-olp is a compiled Lisp function in `org.el
'.
(org-find-olp PATH &optional THIS-BUFFER)
Return a marker pointing to the entry at outline path OLP.
If anything goes wrong, throw an error.
You can wrap this call to catch the error like this:
(condition-case msg
(org-mobile-locate-entry (match-string 4))
(error (nth 1 msg)))
The return value will then be either a string with the error message,
or a marker if everything is OK.
If THIS-BUFFER is set, the outline path does not contain a file,
only headings.