From f7079c9cc47df2c58629ddd251b84dc3b43e2cb2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 11 Nov 2022 17:53:41 -0500 Subject: regex (start thinking about ctRegex) --- org/metaverse.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'org/metaverse.org') diff --git a/org/metaverse.org b/org/metaverse.org index 6a51d1d..3602d34 100644 --- a/org/metaverse.org +++ b/org/metaverse.org @@ -1827,13 +1827,11 @@ eof xml_dom_tail_section #+NAME: abs_post_endnote_tuple #+BEGIN_SRC d -auto en_tuple - = note_section.endnote_objects(obj_cite_digits, opt_action); +auto en_tuple = note_section.endnote_objects(obj_cite_digits, opt_action); auto the_document_endnotes_section = en_tuple[0]; obj_cite_digits = en_tuple[1]; debug(endnotes) { - writefln( - "%s %s", + writefln("%s %s", __LINE__, the_document_endnotes_section.length ); -- cgit v1.2.3