[CS4] Removing notes from exported RTF
when export story rtf notes in story added end of exported rtf. (it have been excellent if notes placed appear in story , made invisible). to avoid having notes show in rtf use following: sequence = cmdutils::beginabortablecmdseq(); sequence->setname(pmstring( "rtf notes" )); utils<inoteutils> noteutils; noteutils->clearallnotes(intextmodel); exporter->exporttofile(idfile, indocument, texttarget, formatname, ksuppressui); cmdutils::abortcommandsequence(sequence); this works except story in ui flashes remove/undo-remove notes. is there better way this? there way can tell exporter not write notes? thanks -doug i haven't looked @ notes in detail sdk side, scripting side appear describe them - hidden content straight within character strand, rather safely stored away in separate strand. side effects include strange findings of grep-search. anyway, approach sounds similar first attempt on ...