aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_xmls.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-06-19 12:17:37 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commit4101c83a16ce715c84d353572bd0f231059bfbac (patch)
tree5e84eb93addb7e63bcc3dbd7ede0e66d64f735df /org/output_xmls.org
parentdoc abstraction run only when processing flags require (diff)
make string object_number a property of int o_n
Diffstat (limited to 'org/output_xmls.org')
-rw-r--r--org/output_xmls.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org
index db81b28..58f251a 100644
--- a/org/output_xmls.org
+++ b/org/output_xmls.org
@@ -1929,7 +1929,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
#+name: output_epub3_constructs
#+BEGIN_SRC d
-string epub3_oebps_content(D,I,P)(D doc_abstraction, I doc_matters, P parts) {
+string epub3_oebps_content(D,M,P)(D doc_abstraction, M doc_matters, P parts) {
auto xhtml_format = outputXHTMLs();
auto pth_epub3 = SiSUpathsEPUB!()(doc_matters.output_path, doc_matters.src.language);
string uuid = "18275d951861c77f78acd05672c9906924c59f18a2e0ba06dad95959693e9bd8"; // TODO sort uuid in doc_matters!