From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Changing page style in odt export Date: Mon, 12 Aug 2013 18:29:48 +0530 Message-ID: <20130812125948.GA21546@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8rj8-0003pl-Aj for emacs-orgmode@gnu.org; Mon, 12 Aug 2013 09:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8rj1-0007At-1L for emacs-orgmode@gnu.org; Mon, 12 Aug 2013 09:00:02 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:60900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8rj0-0007Ah-R1 for emacs-orgmode@gnu.org; Mon, 12 Aug 2013 08:59:54 -0400 Received: by mail-pb0-f42.google.com with SMTP id un15so6795978pbc.15 for ; Mon, 12 Aug 2013 05:59:53 -0700 (PDT) Received: from panahar ([59.176.42.82]) by mx.google.com with ESMTPSA id vz4sm3488515pab.11.2013.08.12.05.59.51 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 05:59:53 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I have a wide table in my org document which I want on a separate landscape page in between the document. In my style file, I have a page style "Landscape". Normally, in Libreoffice, I insert a page break with Landscape page style before the table, and another page break with "Default" page style after the table. How would one do it in org mode to get the same behaviour on exporting to odt? Vikas