aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_abstract_doc_source.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-11-11 15:14:52 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commita32c38eda635daa4f7bf00e971e8105bd7d25c57 (patch)
tree57758a74537400d31a640b41c84362691ac25852 /org/ao_abstract_doc_source.org
parent0.9.0 document sections (diff)
document sections
Diffstat (limited to 'org/ao_abstract_doc_source.org')
-rw-r--r--org/ao_abstract_doc_source.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/ao_abstract_doc_source.org b/org/ao_abstract_doc_source.org
index 6b1906d..0de77a2 100644
--- a/org/ao_abstract_doc_source.org
+++ b/org/ao_abstract_doc_source.org
@@ -1009,7 +1009,7 @@ foreach (entry; biblio_ordered) {
out_, // nugget/object
"", // attrib
0, // obj_cite_number
- ([ "hang_position" : "0", "base_position" : "1", ]), // indent
+ ([ "hang_position" : "0", "base_position" : "1", ]), // indent
false
);
}
@@ -4788,8 +4788,8 @@ auto contents_para(
object_set.is_a = "para";
object_set.object = object.strip;
object_set.obj_cite_number = (obj_cite_number==0) ? "" : to!string(obj_cite_number);
- object_set.para_attrib.indent_start = 0; // indent["hang_position"];
- object_set.para_attrib.indent_rest = 0; // indent["base_position"];
+ object_set.para_attrib.indent_start = to!int(indent["hang_position"]);
+ object_set.para_attrib.indent_rest = to!int(indent["base_position"]);
object_set.para_attrib.bullet = false; // bullet;
// object_set.node_structure.node = _node;
return object_set;