Next: Parsing Helper Functions, Previous: Org Syntax, Up: Org Element and Org Syntax [Index]
There are two major parsing functions.
The two major functions here are
org-element-parse-bufferwhich parses Org syntax inside the current buffer, taking into account region, narrowing, or even visibility if specified, and
org-element-parse-secondary-stringwhich parses objects within a given string.