diff -r 9abdd5e6c3dc -r 827d334d55f1 noteobj.cpp --- a/noteobj.cpp Fri Feb 01 15:28:35 2008 +0000 +++ b/noteobj.cpp Fri Feb 01 15:28:35 2008 +0000 @@ -84,6 +84,11 @@ rx.setPattern ("""); r.replace (rx,"\""); + // Indent everything + rx.setPattern ("^\n"); + r.replace (rx,indent); + r=indent + r; // Don't forget first line + /* FIXME wrap text at width if (fonthint !="fixed") {