Next: , Previous: , Up: Org Element and Org Syntax   [Index]


18.2 Org Parser

The Org Parser

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.