NAME
list_org_anniversaries - List anniversaries in Org files
VERSION
version 0.02
SYNOPSIS
# list all anniversaries
$ list-org-anniversaries ~/addressbook.org
# only show friends' birthdays due in 1 week and not past 1 week overdue
$ list-org-anniversaries --field-pattern 'birthday' --has-tags '[friend]' \
--due-in 7 --max-overdue 7 --nopretty ~/contacts-*.org
prints something like:
in 3 days: 1st WEDDING_ANNIVERSARY of Cinta Cemara (2010-07-04 - 2011-07-04)
1 day ago: birthday of Cinta Cemara (2010-06-30)
DESCRIPTION
This script
See App::ListOrgAnniversaries for details on expected , including available options.
SEE ALSO
org-contacts
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.