From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Table Layout at LaTeX Export Date: Fri, 19 Aug 2016 14:43:50 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baj9Z-0003dv-Uw for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 08:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baj9U-00045D-U3 for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 08:44:04 -0400 Received: from [195.159.176.226] (port=48628 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baj9U-00044r-N1 for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 08:44:00 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1baj9P-0007u5-54 for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 14:43:55 +0200 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 Hello, I try to achieve a table layout using vertical lines between each colum \begin{tabular}{|l|l|l|} but I'm unable to get it using org-mode tables Using a first table row like that: | / | < | < | Is the best I was able to achieve, it produces {l|l|l}. How can I produce the desired output above? Thanks, Florian