Hi, You can use:
#+ATTR_LaTeX: :float sideways which is exported to LaTeX with the sidewaystable environment (rotating package). And for the table to fit vertically on the page: #+LaTeX_Header: \usepackage{tabularx} #+ATTR_LaTeX: :float sideways :environment tabularx :width \textheigtht Regards, Juan Manuel Andrés Ramírez <rrandr...@gmail.com> writes: > Hi. > > I want to print from emacs an org-table like this one: > > |-------------+-----------+----------+-----------+----------+---------| > | DURATION | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | > |-------------+-----------+----------+-----------+----------+---------| > | 08:30-09:30 | CyT | RELIGION | GERMAN | ENGLISH | ENGLISH | > |-------------+-----------+----------+-----------+----------+---------| > | 09:50-10:50 | COMUNICAT | DPCC | COMUNICAT | COMUNIC | CyT | > |-------------+-----------+----------+-----------+----------+---------| > | 11:10-12:10 | COMPUTERS | CyT | E.FISICA | ART | GERMAN | > |-------------+-----------+----------+-----------+----------+---------| > | 12:30-13:30 | TUTORIA | MATH | MATH | CC.SS | MATH | > > on landscape on the content should enlarge to cover the full-page. > > Any ideas? > > Andrés Ramírez >