diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/default_regex.org | 2 | ||||
| -rw-r--r-- | org/out_sqlite.org | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/org/default_regex.org b/org/default_regex.org index dc70056..cea0146 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -711,7 +711,7 @@ static src_formalised_file_path_parts           = ctRegex!(`(?P<pth>(?:[/a-zA-Z0  ** _module template yaml tags -#+HEADER: :tangle "../src/sisudoc/meta/rgx_yaml_tags.d" +#+HEADER: :tangle "../src/sisudoc/meta/rgx_yaml.d"  #+HEADER: :noweb yes  #+BEGIN_SRC d  <<doc_header_including_copyright_and_license>> diff --git a/org/out_sqlite.org b/org/out_sqlite.org index b9ab903..2d10d87 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -565,6 +565,7 @@ import    sisudoc.io_out.rgx,    sisudoc.io_out.rgx_xhtml;  import +  // std.digest.sha,    std.file,    std.uri;  import std.conv : to; | 
