emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: exporting tables ignores empty lines in the tables
Date: Tue, 01 Mar 2011 11:59:58 +0000	[thread overview]
Message-ID: <87sjv7gif5.fsf@pinto.chemeng.ucl.ac.uk> (raw)

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	other threads:[~2011-03-01 12:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01 11:59 Eric S Fraga [this message]
2011-03-05 22:36 ` exporting tables ignores empty lines in the tables Bastien
2011-03-07  9:28   ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjv7gif5.fsf@pinto.chemeng.ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).