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-buffer
which parses Org syntax inside the current buffer, taking into account region, narrowing, or even visibility if specified, and
org-element-parse-secondary-string
which parses objects within a given string.