Changes for version 0.26 - 2012-07-23
- ENHANCEMENTS
- Org::Parser: Add 'cache_file' option to parse_file(). Caching is done by storing the parsed Org::Document object using Storable. The storable file will be used as long as the original Org file is not modified. It is useful if you often parse a less-often-modified, largish Org file.
- Org::Element: Make walk() able to walk headline's title.
- Org::Element::Timestamp: Add clear_parse_result() to make timestamp object serializable.
Modules
Represent an Org document
Show Org document/element object in a human-friendly format
Base class for Org document elements
Represent Org block
Represent Org comment
Represent Org drawer
Represent Org fixed-width section
Represent Org footnote reference and/or definition
Represent Org headline
Represent Org hyperlink
Represent Org list
Represent Org list item
Represent Org radio target
Represent Org in-buffer settings
Represent Org table
Represent Org table cell
Represent Org table row
Represent Org table vertical line
Represent Org target
Represent text
Represent Org time range (TS1--TS2)
Represent Org timestamp
Parse Org documents