From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Columns with marking characters are exported to latex (Org 8) Date: Wed, 20 Aug 2014 07:58:55 -0400 Message-ID: <87y4ujxthc.fsf@pierrot.dokosmarshall.org> 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> <87lhqjfwum.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK4YC-0007qS-Di for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 07:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK4Y6-0006JQ-Bl for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 07:59:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:59681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK4Y6-0006JD-5i for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 07:59:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XK4Y5-0007xZ-8q for emacs-orgmode@gnu.org; Wed, 20 Aug 2014 13:59:29 +0200 Received: from pool-173-48-174-104.bstnma.fios.verizon.net ([173.48.174.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Aug 2014 13:59:29 +0200 Received: from ndokos by pool-173-48-174-104.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Aug 2014 13:59:29 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > 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. > OK - I'll special-case it in org-table-clean-before-export then for now. > Note that the goal is to use "ox.el" in radio tables. > Thanks! -- Nick