Yes, I have. In fact, lscape is what I am using. I haven't changed the document at all, all I have done is upgrade Emacs which comes with org-mode v7.9.3f. In fact, I just exported the document in on a different machine that has org-mode 7.8.11 installed, and #+begin_landscape/#+end_landscape works as expected. On Tue, Mar 26, 2013 at 4:36 PM, Charles Berry wrote: > Luke Crook balooga.com> writes: > > > > > 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? > > > > Thanks, > > -Luke > > > > > > Did you include the landscape package?? > > This > > ,---- > | #+LATEX_HEADER: \usepackage{lscape} > | > | before > | > | #+begin_landscape > | > | here is some text > | > | #+end_landscape > | > | after > `---- > > > gives me three pages using the new exporter. 'before' and 'after' in > portrait > and "here is some text" in landscape. > > HTH, > > > > > >