From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Columns with marking characters are exported to latex (Org 8) Date: Wed, 20 Aug 2014 09:23:29 +0200 Message-ID: <87lhqjfwum.fsf@nicolasgoaziou.fr> References: <53F25B21.5060308@th-grothe.de> <8761hppj69.fsf@alphaville.bos.redhat.com> <871tsdpimx.fsf@alphaville.bos.redhat.com> <53F27AD2.7020103@th-grothe.de> <87ppfxyue4.fsf@pierrot.dokosmarshall.org> <8738crzt4c.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK0ES-0001gI-Ma for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 03:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK0EH-0002rn-To for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 03:22:56 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK0EH-0002pE-O0 for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 03:22:45 -0400 In-Reply-To: <8738crzt4c.fsf@pierrot.dokosmarshall.org> (Nick Dokos's message of "Wed, 20 Aug 2014 00:23:47 -0400") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > That leaves the somewhat counterintuitive case of a completely empty > first column which is therefore deemed special and gets stripped. This > could be "fixed" as a special case but instead I propose to document that > behaviour in the above section, with a suggested workaround: if you > really, really want an empty first column, then add a second one. An empty first column shouldn't be considered as special. "ox.el" handles this case fine (see `org-export-table-has-special-column-p'). This is not the case yet for radio tables. Note that the goal is to use "ox.el" in radio tables. Regards, -- Nicolas Goaziou