From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: tables, comment in one line, export to html Date: Tue, 19 Apr 2016 13:40:03 +0000 Message-ID: <871t61zpho.fsf@mat.ucm.es> References: <87inzdhn50.fsf@mat.ucm.es> <6pkhucxunh.ln2@news.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asVt7-0004T7-0Y for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:40:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asVt0-0000qr-SY for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:40:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:34451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asVt0-0000qm-87 for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:40:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1asVsy-0005lN-GJ for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 15:40:12 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 15:40:12 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 15:40:12 +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 >>> "Michael" == Michael Welle writes: > Hello, > Uwe Brauer writes: >> Hello >> >> I would like to have a table entry in which the last colum contains >> comments which I don't want to export to html. >> >> Like this >> >> | Joe Smith | 7 | 25 | 5 | | 37 | | #+begin_comment from group B B >> #+end_comment | >> >> But this does not work. So how can I achieve it? > one way to achieve that would be: > * Table example > ** Exported table > #+BEGIN_HTML > > #+END_HTML > #+BEGIN_HTML > > #+END_HTML > ** Internal table :noexport: > #+ORGTBL: SEND table_name orgtbl-to-html :skipcols (3) > | 3 | 3 | void | > | 4 | 4 | foo | > | 5 | 5 | bar | Thanks but this is supposed to work in a org mode buffer? Does not work for me. Also I wanted to export the whole file not just a part of it in the file. It seems that you are in a HTML buffer and use orgtbl radio tables? That I do in latex files but not in HTML files, they are just for me too ugly to edit them directly.