Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Configure Akonadi with an IMAP and Kolab resource. - Launch Kaddressbook - Create a couple of Contacts with Notes and select them - Go to File menu/Print... - Select 'Print to File (PDF)' - Choose a name and a location for the .PDF file - Click on 'Print' - Check the 'Selected contacts' QToolButton - Click on 'Next' - Select 'Printout for Ring Binders' from the Print Style combo box - Click on 'Next' - A 'Ring Binder Printing Style - Appearance' dialogue appears. In it, the user can check which information he/she wants to print (Phone Numbers, email addresses...) But there is no check box for 'Notes' - Select all check boxes - Click on 'Finish' Open the .pdf you've just printed. In it there is all the Contacts' information except the Notes that are not printed. I think this feature would be useful for people wishing to include opening hours or directions as Notes for example. Trunk, Svn Rev 1024362
SVN commit 1026240 by tokoe: Allow the user to print a contact's note in RingBinder style. BUG: 207610 M +8 -7 rbs_appearance.ui M +16 -1 ringbinderstyle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1026240
It is corrected now. In the 'Ring Binder Printing Style - Appearance' dialogue, there is now a check box for 'Notes'. When checked by the user the notes are printed. Trunk, Svn Rev 1027765