diff -r 2abfdb7e85f4 -r 827d334d55f1 noteobj.cpp --- a/noteobj.cpp Mon Jan 14 16:26:59 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") {