org-display-outline-path

org-display-outline-path is an interactive compiled Lisp function in `org.el'.


(org-display-outline-path &optional FILE CURRENT SEPARATOR JUST-RETURN-STRING)

Display the current outline path in the echo area.

If FILE is non-nil, prepend the output with the file name.
If CURRENT is non-nil, append the current heading to the output.
SEPARATOR is passed through to `org-format-outline-path'. It separates
the different parts of the path and defaults to "/".
If JUST-RETURN-STRING is non-nil, return a string, don't display a message.