
Org::Element::Block - Represent Org block

version 0.31

Derived from Org::Element.

Block name. For example, #+begin_src ... #+end_src is an 'SRC' block.
Indentation on begin line (before #+BEGIN),
or empty string if none.
Indentation on end line (before #+END),
or empty string if none.


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.