Peter Davis <p...@pfdstudio.com> writes:

> I'm using org-mode to prepare a document that will ultimately be
> exported to PDF. Unfortunately, I need to include a table whose contents
> will wrap as needed.

You can export to PDF via ODT.  Use list tables.  See the links at the
end of the following post.

    https://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01101.html

The list items (that you see below) is not limited to single lines but
can be multi-line, multi-paragraph (including inline image links).  The
Hrules are optional.

Some of the attributes you see below won't work on Org trunk but will
work on my ELPA package.

    http://cauvery.nfshost.com/wiki.pl/ODT_Exporter

--8<---------------cut here---------------start------------->8---
#+ATTR_ODT: :widths 1,2,4,8
#+ATTR_ODT: :rel-width 80
#+ATTR_ODT: :list-table t
- -----
- Row 1
  - 1.1
  - 1.2
  - 1.3
- -----
- Row 2
  - 2.1
  - 2.2
  - 2.3
- -----
--8<---------------cut here---------------end--------------->8---



Reply via email to