I use pod to generate my reports from django. Really cool solution.
For a very specific case pod inserts blanks pages into report. This is the scenario: The report has sections, at the end of each section they are a comment, but this comment is in a foot page note (to force it to appears at the bottom of the page):
[section 1]
[page 1
...
...
]
...
[page n
...(*1)
(*1) -my comment -]
In this configuration, blank pages are inserted randomly into section. I put the comment into a foot note because I want that this comment appears at the bottom of last section page. I know that all problems are due foot note, with foot note OO has problems to repaginate document.
Someone knows or imagines a workaround for this issue? Notice that for me is not necessary that this comment be a foot note, is enought if it appears at bottom of last section page just before a break page.