From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: exporting tables ignores empty lines in the tables Date: Tue, 01 Mar 2011 11:59:58 +0000 Message-ID: <87sjv7gif5.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37070 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuOJa-0002EH-Fo for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:04:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuOFQ-00064T-Bm for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:00:36 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:65130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuOFP-0005zc-V4 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:00:12 -0500 Received: from pinto.chemeng.ucl.ac.uk ([128.40.74.171] helo=localhost) by vscani-e.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1PuOFC-0005IL-BG for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 11:59:58 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode mailing list 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)