emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] exporting tables ignores empty lines in the tables


From: Eric S Fraga
Subject: [O] exporting tables ignores empty lines in the tables
Date: Tue, 01 Mar 2011 11:59:58 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Hello,

I have searched for a variable that may affect the following behaviour
but have not found one.  I have a table where I have intentionally left
a whole row empty (to be filled in by hand in a hard copy, say).
However, the table, when exported to latex/pdf, excludes any empty
lines.

For instance, this table

#+begin_src org
  | item     | cost |
  |----------+------|
  | stamp    | 65p  |
  |          |      |
  | envelope | 20p  |
#+end_src

generates the following latex:

#+begin_src latex
\begin{tabular}{ll}
 item      &  cost  \\
\hline
 stamp     &  65p   \\
 envelope  &  20p   \\
\end{tabular}
#+end_src

Can anybody point me in the right direction or is it not possible to
export (to latex) empty lines in tables?

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.562.gc895)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]