From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johnny Subject: Wrapping of e-mail address in table when exporting to pdf through latex Date: Tue, 24 Jan 2012 18:22:52 +0000 Message-ID: <87obttneo3.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RplAR-00028K-Pg for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 13:32:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RplAI-0003pt-55 for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 13:32:27 -0500 Received: from mailout-eu.gmx.com ([213.165.64.42]:52281) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RplAH-0003pZ-QJ for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 13:32:18 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I have some e-mail addresses in a table that I want to export to pdf thorugh latex. However, the e-mail addresses do not wrap nicely (not at all) in the table, is there any way to make the latex export from org enable wrapping? Example: #+ATTR_LaTeX: align=llp{2cm} | ITEM | Comment | e-mail | |-------------+----------------+------------------------------| | Listed item | Some text here | this.email@shouldbe.wrapped | | | | | Thanks! -- Johnny