diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-11 17:53:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-21 11:28:31 -0500 |
commit | f7079c9cc47df2c58629ddd251b84dc3b43e2cb2 (patch) | |
tree | ce66e5aa6bc88006dffc145face159faa8508fc2 /org/metaverse.org | |
parent | org nix cosmetic (diff) |
regex (start thinking about ctRegex)
Diffstat (limited to 'org/metaverse.org')
-rw-r--r-- | org/metaverse.org | 6 |
1 files changed, 2 insertions, 4 deletions
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 ); |