From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [SOLVED] (was: export table to html, don't display certain columns) Date: Wed, 04 Apr 2018 15:25:16 +0200 Message-ID: <87po3frtmr.fsf@mat.ucm.es> References: <877epntk3u.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3iPu-0005Yl-K7 for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 09:25:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3iPq-00042P-IM for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 09:25:34 -0400 Received: from [195.159.176.226] (port=53143 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f3iPq-000420-Ad for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 09:25:30 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f3iNi-0004vw-VR for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 15:23:18 +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 >>> "Uwe" == Uwe Brauer writes: > Hi > I know that in radio tables I can skip columns like this > % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas > orgtbl-to-latex :skipcols (1) :lend "\\\\ \\hline" :environment > supertabular To answer my own question | / | / | | | / | | | Name | Res | Letra | Obs | |---+-------+-----+-------+-----| | | Smith | 0 | | | | | Jones | 1.4 | | | | | Bond | 5.6 | * | | All columns starting with / are ignored when exporting. Sorry for the noise and the double posting. Uwe Brauer