From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Exclude column from table when exporting Date: Fri, 23 Dec 2011 13:51:40 +0100 Message-ID: <87k45ne9ib.fsf@gnu.org> References: <7352F6FB-7A42-4B18-A70C-2DFFDE77A355@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re4a8-0001Bl-Ts for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 07:50:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re4a7-0000no-V5 for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 07:50:40 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re4a7-0000nk-PI for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 07:50:39 -0500 Received: by wgbdt11 with SMTP id dt11so13903319wgb.30 for ; Fri, 23 Dec 2011 04:50:38 -0800 (PST) In-Reply-To: <7352F6FB-7A42-4B18-A70C-2DFFDE77A355@gmail.com> (Carsten Dominik's message of "Thu, 22 Dec 2011 15:38:01 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Frozenlock Carsten Dominik writes: > On 22.12.2011, at 15:32, Frozenlock wrote: > >> Is there a way to exclude columns when exporting a document containing tables? >> >> 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. >> >> 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. This has already been asked on the list -- I added a FAQ to worg/org-faq.org. This is not that hard to implement, though. I'll add this to the list of possible features. Thanks, -- Bastien