diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/out_xmls.org | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/org/out_xmls.org b/org/out_xmls.org index 391e5c9..78176a0 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -2985,7 +2985,7 @@ case "backmatter":  #+NAME: output_epub3_xhtml_seg_object_is_heading_set  #+BEGIN_SRC d  if (obj.metainfo.is_a == "heading") { -  assert(obj.text.length > 0); +  // assert(obj.text.length > 0); // check assertion    if (obj.metainfo.heading_lev_markup <= 4) {      oepbs_content_parts["manifest_documents"] ~=        format(q"┃<item id="%s.xhtml" href="%s.xhtml" media-type="application/xhtml+xml" /> | 
