The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Org-Parser

0.03    2011-03-18

        [ENHANCEMENTS]

        Parse text markups (bold, italic, etc).

        bin/dump-org-structure outputs nicer format.

        [FIXES]

        Todo keyword can also be separated from title with \W (not just \s),
        e.g. '* TODO/quit smoking'.


0.02    2011-03-17

        [INCOMPATIBLE CHANGES]

        Refactoring: parser now returns Org::Document instance, which contains
        Org::Element instances. handler sub parameter changed.

        [ENHANCEMENTS]

        Parse tables.

        Headline titles can now contain inline elements (normal text as well as
        other elements, such as timestamps, etc).

        Add another example script: dump-org-structure.

        Recognize blocks: HTML, LATEX, ASCII.

        [FIXES]

        Setting/block/drawer/property names are case-insensitive.


0.01    2011-03-16

        First release.