From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Orgtable column width control to Latex? Date: Sun, 12 Apr 2009 19:06:14 +0200 Message-ID: <40F7C5C2-03D0-47E2-8939-4A4866BF03EF@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lt38Q-0004Pc-Cu for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 13:06:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lt38L-0004PQ-VI for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 13:06:21 -0400 Received: from [199.232.76.173] (port=56880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lt38L-0004PN-Q3 for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 13:06:17 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:46925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lt38L-0004lG-Bc for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 13:06:17 -0400 Received: by ewy4 with SMTP id 4so2140301ewy.42 for ; Sun, 12 Apr 2009 10:06:16 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Madhu Rao Cc: emacs-orgmode Org-Mode On Apr 9, 2009, at 4:51 PM, Madhu Rao wrote: > Is there a way I can specify the |p{width}| in a org-mode table? > Some ATTR_LaTeX method? > I am not able to get the latex table to wrap-around text on very > wide columns that I have in a table. > Could someone please suggest a solution? #+ATTR_LaTeX: align=llp{3cm}rl HTH - Carsten