static L paragraphs() { ret rawTextFromODT(userHome("Documents/super-state.odt")); } static L paragraphs(S text) { ret paragraphsFromText(text); }