This works well for me:

#+HTML: <div style="page-break-before: always">&nbsp;</div>

placed right where you want the page break.

The break will not appear in the browser, but it will when you print.

Dan



On Wed, Nov 20, 2013 at 1:52 PM, Luke Crook <luke@balooga.com> wrote:
Both "\newpage" and "#+LATEX: \newpage" generate page breaks in Latex.
However "\newpage" is included verbatim in HTML export.

Should I use "#+LATEX: \newpage" instead?

/Luke