From aba135a5ce2c8a58551a478d064262bda19c9770 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 7 Nov 2018 11:47:37 -0500 Subject: 0.3.1 internal links, anchor tags & segment associations, toc --- org/output_sqlite.org | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'org/output_sqlite.org') diff --git a/org/output_sqlite.org b/org/output_sqlite.org index c1f5ecb..3e7938a 100644 --- a/org/output_sqlite.org +++ b/org/output_sqlite.org @@ -565,11 +565,15 @@ auto inline_links(M,O)( ); } } else { - writeln( - "WARNING on internal document links, anchor to link not found in document, " - ~ "anchor: " ~ m.captures[3] - ~ " document: " ~ doc_matters.src.filename - ); + if (!(doc_matters.opt.action.quiet)) { + writeln( + "WARNING on internal document links, anchor to link <<" + ~ m.captures[3] + ~ ">> not found in document, " + ~ "anchor: " ~ m.captures[3] + ~ " document: " ~ doc_matters.src.filename + ); + } } } } else { -- cgit v1.2.3