diff options
Diffstat (limited to 'org/default_paths.org')
-rw-r--r-- | org/default_paths.org | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index 0084255..4c449cf 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -78,8 +78,10 @@ template PodManifest() { _manifest_path = m.captures["podpath"]; } } else { - if (_opt_action.vox_gt1 || _opt_action.debug_do) { - writeln("WARNING, src is not a pod, issue with manifest_path: ", _pth); // remove? unless can distinguish pod + if (_opt_action.vox_gt_3 || _opt_action.debug_do) { + if (exists(_pth) == 0 && (_pth.isFile)) { + writeln("WARNING, src file is not .sst or .ssm (nor is it a pod directory): ", _pth); // remove? unless can distinguish pod + } } _manifest_path = ""; } @@ -96,7 +98,7 @@ template PodManifest() { _k = pod_manifest_path; } if (exists(_k)==0) { - writeln("ERROR >> Processing Skipped! Manifest not found: ", _k); + // writeln("ERROR >> Processing Skipped! Manifest not found: ", _k); _k = null; } return _k; @@ -1516,6 +1518,7 @@ template spinePathsODT() { #+END_SRC ** _latex_ :latex: +*** latex #+NAME: template_paths_latex #+BEGIN_SRC d @@ -1565,6 +1568,8 @@ template spinePathsLaTeX() { } #+END_SRC +*** latex_sty + #+NAME: template_paths_latex_sty #+BEGIN_SRC d template spinePathsLaTeXsty() { |