NAME
Org::Element::Headline - Represent Org headline
VERSION
version 0.06
DESCRIPTION
Derived from Org::Element::Base.
ATTRIBUTES
level => INT
Level of headline (e.g. 1, 2, 3). Corresponds to the number of bullet stars.
title => OBJ
Org::Element::Text representing the headline title
todo_priority => STR
String (optional) representing priority.
tags => ARRAY
Arrayref (optional) containing list of defined tags.
is_todo => BOOL
Whether this headline is a TODO item.
is_done => BOOL
Whether this TODO item is in a done state (state which requires no more action, e.g. DONE). Only meaningful if headline is a TODO item.
todo_state => STR
TODO state.
progress => STR
Progress.
METHODS
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.