Luke Crook <luke <at> 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,





Reply via email to