aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_odt.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_odt.org')
-rw-r--r--org/out_odt.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/org/out_odt.org b/org/out_odt.org
index fe83c68..05e9891 100644
--- a/org/out_odt.org
+++ b/org/out_odt.org
@@ -1039,6 +1039,7 @@ import
void dirtree(I)(
I doc_matters,
) {
+ import doc_reform.io_out.paths_output;
auto pth_odt = spinePathsODT!()(doc_matters);
if (doc_matters.opt.action.debug_do) { /+ (dir tree) +/
if (!exists(pth_odt.meta_inf_dir("fs"))) {
@@ -2547,6 +2548,7 @@ doc_matters.generated_time,
auto ref M doc_matters,
) {
{ /+ (copy odt images) +/
+ import doc_reform.io_out.paths_output;
auto pth_odt = spinePathsODT!()(doc_matters);
foreach (image; doc_matters.srcs.image_list) {
auto fn_src_in = doc_matters.src.image_dir_path ~ "/" ~ image;