diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-09-06 20:47:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 8ddeddffb0f5323932f6f44c6005496075a9ad73 (patch) | |
tree | f59f9c2d291b977a7c4e92044adf2fae7a50e20f /org/output.org | |
parent | minor shuffling (diff) |
naming of para indent attributes
Diffstat (limited to 'org/output.org')
-rw-r--r-- | org/output.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/org/output.org b/org/output.org index 8f221bc..1e1a346 100644 --- a/org/output.org +++ b/org/output.org @@ -18,7 +18,6 @@ ** html [#A] :html: *** html **** html functions - ***** html #+name: output_html @@ -82,8 +81,8 @@ auto html_para(O)( ◎", obj.obj_cite_number, obj.obj_cite_number, - obj.para_attrib.indent_first, - obj.para_attrib.indent_second, + obj.para_attrib.indent_start, + obj.para_attrib.indent_rest, obj.obj_cite_number, obj.object ); |