aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_xmls.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:15:34 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:15:34 -0500
commit5d344212d4e8fc2878afa6f3d7ba7c29bb17b912 (patch)
tree0c47bff99af7d08d2488dbda9ce038740da8729e /org/out_xmls.org
parentconfigs housekeeping, minor (diff)
epub header assertion removed, check
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r--org/out_xmls.org2
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" />