The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wubot::Util::Tasks - utility for dealing with the Emacs Org-Mode files and tasks database

VERSION

version 0.2.004

SYNOPSIS

    use Wubot::Util::Tasks;

DESCRIPTION

The wubot tasks libraries are still under development. I am using them now, but there are still a few rough edges. More documentation will be published once the rough edges can be smoothed over a bit.

For more details on Emacs org-mode, see:

  http://orgmode.org/

SUBROUTINES/METHODS

$obj->get_tasks()

TODO: documentation this method

$obj->check_schedule()

TODO: documentation this method

$obj->sync_tasks()

TODO: documentation this method

$obj->parse_emacs_org_page()

TODO: documentation this method