From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: page break after TOC? Date: Tue, 5 Apr 2011 22:19:34 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=42224 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7JHO-0004lA-9n for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 23:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7JHM-0001Sy-39 for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 23:19:36 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:52080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7JHL-0001Sd-Ot for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 23:19:36 -0400 Received: by wyf19 with SMTP id 19so1054161wyf.0 for ; Tue, 05 Apr 2011 20:19:34 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I'd like my page1 to be on a separate page from the TOC. How do I insert a pagebreak to do this? If I do it here: ,--- | * Section 1 | \newpage | test in section 1 `--- I get the TOC, then the Section 1 title, then a page break, and then the text. Thanks! John