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

NAME

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

SYNOPSIS

    use App::Wubot::Util::Tasks;

DESCRIPTION

Please see App::Wubot::Guide::Tasks.

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: replace my ugly emacs org mode parsing with Org::Parser