From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-radio tables in latex |p{3cm} Date: Sun, 07 Jan 2018 18:15:53 +0100 Message-ID: <87y3l9y4hi.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYEYR-00069E-CK for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 12:16:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYEYO-0002PW-8L for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 12:16:15 -0500 Received: from [195.159.176.226] (port=43286 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYEYO-0002P0-0j for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 12:16:12 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eYEWM-0002Ih-Dy for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 18:14:06 +0100 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" To: emacs-orgmode@gnu.org Hi Consider please \documentclass[12pt]{article} \usepackage{commment} \begin{document} % BEGIN RECEIVE ORGTBL test \begin{tabular}{l|l|} this & that\\ \hline \end{tabular} % END RECEIVE ORGTBL test \begin{comment} #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular | / | <> | <> | | | this | that | \end{comment} \end{document} So the construct |<>| gets expanded to |l| which is ok, but I also want to obtain a result such as |p{3cm}| How can I achieve that? https://orgmode.org/manual/Radio-tables.html#Radio-tables Did not give any hints, thanks Uwe Brauer