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)
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode