
Org::Element::List - Represent Org list

version 0.31

Must have Org::Element::ListItem (or another ::List) as children.
Derived from Org::Element.

Indent (e.g. " " x 2).
'U' for unordered list (-, +, * for bullets), 'D' for description list, 'O' for ordered list (1., 2., 3., and so on).
E.g. '-', '*', '+'. For ordered list, currently just use '<N>.'


Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2013 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.