Changes for version 0.53
- Add methods is_block & is_inline to make it easy to check whether an element is a 'blocky' element or an 'inline' element.
Modules
- Org::Document - Represent an Org document
- Org::Dump - Show Org document/element object in a human-friendly format
- Org::Element - Base class for Org document elements
- Org::Element::Block - Represent Org block
- Org::Element::BlockRole - Role for block elements
- Org::Element::Comment - Represent Org comment
- Org::Element::Drawer - Represent Org drawer
- Org::Element::FixedWidthSection - Represent Org fixed-width section
- Org::Element::Footnote - Represent Org footnote reference and/or definition
- Org::Element::Headline - Represent Org headline
- Org::Element::InlineRole - Role for inline elements
- Org::Element::Link - Represent Org hyperlink
- Org::Element::List - Represent Org list
- Org::Element::ListItem - Represent Org list item
- Org::Element::RadioTarget - Represent Org radio target
- Org::Element::Role - Role for Org::Element::* classes
- Org::Element::Setting - Represent Org in-buffer settings
- Org::Element::Table - Represent Org table
- Org::Element::TableCell - Represent Org table cell
- Org::Element::TableRow - Represent Org table row
- Org::Element::TableVLine - Represent Org table vertical line
- Org::Element::Target - Represent Org target
- Org::Element::Text - Represent text
- Org::Element::TimeRange - Represent Org time range (TS1--TS2)
- Org::Element::Timestamp - Represent Org timestamp
- Org::Parser - Parse Org documents