<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calc; Format -> Page Style -> Header and Footer switched on setting does not save or load with document, Organizer Style greyed out"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144368#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calc; Format -> Page Style -> Header and Footer switched on setting does not save or load with document, Organizer Style greyed out"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144368">bug 144368</a>
              from <span class="vcard"><a class="email" href="mailto:jo3emc@jarl.com" title="JO3EMC <jo3emc@jarl.com>"> <span class="fn">JO3EMC</span></a>
</span></b>
        <pre>I tried a similar approach to <a href="show_bug.cgi?id=144368#c9">Comment 9</a>.
Look at the FODF file.

Open <span class=""><a href="https://bugs.documentfoundation.org/attachment.cgi?id=174988" name="attach_174988" title="Status of Header and Footer">attachment 174988</a> <a href="https://bugs.documentfoundation.org/attachment.cgi?id=174988&action=edit" title="Status of Header and Footer">[details]</a></span> (header-footer-test.fods) with text editor.

(1)
See lines 195-200.
You can find strings {fo:min-height="1.6cm"}.
In other words, the set height information is saved in the file.

(2)
See lines 218-227.
You can find elements, 
  {<style:header-first style:display="false"/>}
  and 
  {<style:footer-first style:display="false"/>}.
These elements were not found in another FODS file created in 7.1.6.
Delete or comment out these two lines (lines 222 and 227), save them, and try
opening them in LO.
We will find the resurrected headers and footers, corresponding to each line.
The height setting value will also be reproduced.

>From the above, it seems that the parameters newly output after 7.2 are causing
the problem.

(3)
When <span class=""><a href="https://bugs.documentfoundation.org/attachment.cgi?id=174957" name="attach_174957" title="Calc file with header whose "on" state isn't saved">attachment 174957</a> <a href="https://bugs.documentfoundation.org/attachment.cgi?id=174957&action=edit" title="Calc file with header whose "on" state isn't saved">[details]</a></span> is saved in FODS, 
  {<style:header style:display="false"/>}
  was output instead of 
  {<style:header-first style:display="false"/>}.
I don't know what's different between the two.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>