From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: #+begin_landscape#+end_landscape Date: Tue, 26 Mar 2013 16:41:55 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKbd0-0005BV-CH for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 17:41:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKbcz-0003Hb-Bl for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 17:41:58 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:44691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKbcz-0003HB-4j for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 17:41:57 -0400 Received: by mail-la0-f47.google.com with SMTP id fj20so14561518lab.34 for ; Tue, 26 Mar 2013 14:41:56 -0700 (PDT) In-Reply-To: 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: Luke Crook Cc: emacs-orgmode@gnu.org On Tue, Mar 26, 2013 at 4:32 PM, Luke Crook wrote: > When exporting to Latex, the system used to change the paper orientation to > landscape for tables between the #+begin_landscape #+end_landscape tags. > > I noticed that v7.9.3f no longer does this. Were the > #+begin_landscape/#+end_landscape tags deprecated? Not sure on the exact question; in the mean time, could you use? #+latex: \begin{landscape} #+latex: \end{landscape} John > > Thanks, > -Luke > >