Next: , Previous: , Up: Mastering Org-Mode   [Index]


18 Org Element and Org Syntax

The library contains tools to generate an abstract syntax tree (AST) from an Org buffer, and analyze the syntactical object at point. There are parsing functions, with accessors and setters. Each token in an Org document gets a type and some properties attached to it. This information can be extracted and modified with provided accessors and setters.

An exhaustive list of all types and attributes is given in section Types and Attributes.