static L<L<S>> paragraphsFromODT(File odt) {
  S xml = loadTextFileFromZip(odt, "content.xml");
  L<S> tok = htmlcoarsetok(xml);
  ret findContainerOrEmptyTag(tok, "text:p");
}