* other properties, which are not dependant on
* user input are set through the exporter
* configuration.
*/
CGSession session = getSession(source);
props.put("Author", source.cp_Author);
props.put("Email", session.cp_GeneralInfo.cp_Email);
props.put("HomepageURL", getHomepageURL(session));
props.put("UserText", source.cp_Title);