From a32c38eda635daa4f7bf00e971e8105bd7d25c57 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 11 Nov 2016 15:14:52 -0500 Subject: document sections --- org/ao_abstract_doc_source.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/ao_abstract_doc_source.org') 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; -- cgit v1.2.3