emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Herbert Sitz <hesitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug in pdf export of tables with latest development version
Date: Sat, 29 Oct 2011 00:42:38 +0000 (UTC)	[thread overview]
Message-ID: <loom.20111029T023818-704@post.gmane.org> (raw)

I'm having problems exporting to pdf with a source block that generates a table
result.  If the table has enough rows to get to bottom of page, it seems, the
rest of the table output disappears/is discarded and the pdf document skips to
text after the source block output.

Everything works fine with html output.

Here's sample code.  With repeat number of above 50 or so it will truncate table
output in resulting pdf:
--------------
* Head one

#+begin_src python :exports results :results value
mylist = []
for i in range(100):
    mylist.append([i,i+1,i+2,i+3,i+4])
return str(mylist)
#+end_src

#+results:

* Head two
more text for head two
---------------

             reply	other threads:[~2011-10-29  0:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-29  0:42 Herbert Sitz [this message]
2011-10-29  0:49 ` Bug in pdf export of tables with latest development version Herbert Sitz
2011-10-29  2:17   ` Nick Dokos
2011-10-29  2:37     ` Herbert Sitz

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=loom.20111029T023818-704@post.gmane.org \
    --to=hesitz@gmail.com \
    --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).