diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-08-25 22:56:24 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-08-26 15:40:12 -0400 |
| commit | 5d9750a5651cdb230e7b781336958a7620c73dfd (patch) | |
| tree | 5a4b3494dc9f417ffbed954627c427d2cf98d45c /org/ocda.org | |
| parent | ldc-v1.43.0-beta1 ok (diff) | |
sha summary, mostly cosmetic, some work on images
Diffstat (limited to 'org/ocda.org')
| -rw-r--r-- | org/ocda.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org/ocda.org b/org/ocda.org index 5fb42bc..0ae0309 100644 --- a/org/ocda.org +++ b/org/ocda.org @@ -1458,6 +1458,17 @@ if (the_document_body_section.length > 1) { obj.metainfo.children_headings = heading_children[obj.metainfo.ocn]; } } + // if (opt_action.vox_gt_2) { + // foreach (section; [the_document_head_section, the_document_body_section, the_document_bookindex_section, the_document_bibliography_section, the_document_glossary_section, the_document_blurb_section]) { + // foreach (obj; section) { + // if (section.length > 0) { + // if (obj.metainfo.sha256.summary.length > 0) { + // writeln(obj.metainfo.sha256.summary); + // } + // } + // } + // } + // } } // TODO // - note create/insert heading object sole purpose eof close all open tags |
