diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-12-04 01:54:58 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 1dbbdec89acdb2ef12cdfc0572997c4c4652466b (patch) | |
tree | f32d09a066f641bba66c48a93a9cf9042de8cb54 /org/output_sqlite.org | |
parent | 0.23.0 make image list available early for sisupod (diff) |
0.23.1 use output path specified if any
Diffstat (limited to 'org/output_sqlite.org')
-rw-r--r-- | org/output_sqlite.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_sqlite.org b/org/output_sqlite.org index 14b6577..6d929a6 100644 --- a/org/output_sqlite.org +++ b/org/output_sqlite.org @@ -466,7 +466,7 @@ auto html_table(O)( #+name: sqlite_db_initialize #+BEGIN_SRC d -auto pth_sqlite = SiSUpathsSQLite!()(doc_matters.src_path_info, doc_matters.language); +auto pth_sqlite = SiSUpathsSQLite!()(doc_matters.output_path, doc_matters.language); auto db = Database(pth_sqlite.sqlite_file(doc_matters.environment.pwd.baseName)); // auto db = Database(":memory:"); // open database in memory if (doc_matters.opt_action.sqlite_create) { |