From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exclude column from table when exporting Date: Thu, 22 Dec 2011 15:38:01 +0100 Message-ID: <7352F6FB-7A42-4B18-A70C-2DFFDE77A355@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdjmZ-00023y-Ps for emacs-orgmode@gnu.org; Thu, 22 Dec 2011 09:38:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdjmY-0000EJ-MF for emacs-orgmode@gnu.org; Thu, 22 Dec 2011 09:38:07 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:40628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdjmY-0000E7-DV for emacs-orgmode@gnu.org; Thu, 22 Dec 2011 09:38:06 -0500 Received: by eekc41 with SMTP id c41so8921571eek.0 for ; Thu, 22 Dec 2011 06:38:04 -0800 (PST) In-Reply-To: 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: Frozenlock Cc: emacs-orgmode@gnu.org On 22.12.2011, at 15:32, Frozenlock wrote: > Is there a way to exclude columns when exporting a document containing = tables? >=20 > I know it is somewhat possible by using radio tables and :skipcols, > but that would be a problem. I have _many_ tables and duplicate each > of them, in addition of naming all of them, would be really > complicated. >=20 > I'm searching for a solution similar to the exclude row method "/". There is nothing built into the table code right now which would let you do this. - Carsten