aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-05-06 11:33:10 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit7a73aa10276b0c1151500d26b194336b56af7aba (patch)
treee267901f73375393cc429c5c17ce661216de111a /org/default_paths.org
parentxmls work particularly with epub output (diff)
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 4c1cb3d..65a0c0f 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -158,7 +158,7 @@ template SiSUpathsSisupodZipped() {
Lng lng,
) {
struct _PathsStruct {
- auto spod_pths = SiSUpathsSisupod!()(); // SiSUpodPaths();
+ auto spod_pths = SiSUpathsSisupod!()();
string base_filename(string fn_src) {
return spod_pths.base_filename(fn_src);
}
@@ -181,7 +181,7 @@ template SiSUpathsSisupodZipped() {
return pod_root(fn_src).chainPath("conf").array;
}
auto doc(string fn_src) {
- return text_root(fn_src); // or pod_root?
+ return text_root(fn_src);
}
auto doc_lng(string fn_src) {
return text_root(fn_src).chainPath(lng).array;
@@ -216,7 +216,7 @@ template SiSUpathsSisupodFileSystem() {
Lng lng,
) {
struct _PathsStruct {
- auto spod_pths = SiSUpathsSisupod!()(); // SiSUpodPaths();
+ auto spod_pths = SiSUpathsSisupod!()();
string base_filename(string fn_src) {
return spod_pths.base_filename(fn_src);
}