General
How to set my name and address used by the changelog_new_day_entry command ?

This command uses the "usermail" and "username" variables to insert a preformatted changelog entry. Add the following code to your ~/.config/chamo_init.ml file, so that these variables are set each time you launch Chamo:

Commands.set_global "usermail" "my.mail@foo.bar";;
Commands.set_global "username" "Firstname Name";;