aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_sqlite.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-01-28 10:38:10 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-01-29 00:50:49 -0500
commitd39da3f07036b22892ffb0b05737e8ba7e1ff954 (patch)
tree7d4a5cca9563faa1f9f15057b2ad0116149775b3 /org/out_sqlite.org
parentcgi sqlite_search, heading matches fix, cleanup (diff)
config & sqlite search output, some changes
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r--org/out_sqlite.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/org/out_sqlite.org b/org/out_sqlite.org
index 772604b..4cea09a 100644
--- a/org/out_sqlite.org
+++ b/org/out_sqlite.org
@@ -817,6 +817,17 @@ string inline_links(M,O)(
obj.text
);
}
+ // if (obj.metainfo.is_a == "bookindex") { // DEBUG LINE
+ // if (_txt.match(regex(r"<a href"))) {
+ // writeln(__LINE__, " ",
+ // doc_matters.conf_make_meta.conf.w_srv_data_root_url_html,
+ // "/",
+ // doc_matters.src.filename_base,
+ // "\n",
+ // _txt
+ // );
+ // }
+ // }
}
debug(markup) {
if (_txt.match(rgx.inline_link)) {