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:42:18 +0000 Message-ID: <87twixyath.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]:58775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asVxp-0006Nc-SG for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asVxk-0001k6-Lw for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:45:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:34824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asVxk-0001jS-GC for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 09:45:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1asVxh-0008Jh-AF for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 15:45:05 +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:45:05 +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:45: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 > Hello, > Uwe Brauer writes: > 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 | > Sort of, at least. I hope there are better ways. Correction to my reply: it works, but it generates html code which I have then to insert into a HTML file. I prefer directly to import the whole org file. Can that be achieved?