emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug in pdf export of tables with latest development version
@ 2011-10-29  0:42 Herbert Sitz
  2011-10-29  0:49 ` Herbert Sitz
  0 siblings, 1 reply; 4+ messages in thread
From: Herbert Sitz @ 2011-10-29  0:42 UTC (permalink / raw)
  To: emacs-orgmode

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
---------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-29  2:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-29  0:42 Bug in pdf export of tables with latest development version Herbert Sitz
2011-10-29  0:49 ` Herbert Sitz
2011-10-29  2:17   ` Nick Dokos
2011-10-29  2:37     ` Herbert Sitz

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).