diff options
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r-- | org/out_sqlite.org | 11 |
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)) { |