From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: export table to html, don't display certain columns Date: Wed, 04 Apr 2018 11:08:05 +0200 Message-ID: <877epntk3u.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3eP5-0001vn-Cj for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 05:08:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3eOz-0001ts-QX for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 05:08:27 -0400 Received: from [195.159.176.226] (port=49712 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f3eOz-0001tO-Il for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 05:08:21 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f3eMn-0004Kh-DY for emacs-orgmode@gnu.org; Wed, 04 Apr 2018 11:06:05 +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 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 However how can I achieve that in tables in org file which I want to export to html? Thanks Uwe Brauer