From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgtbl-to-latex and orgtbl-to-html with boundaries and line Date: Fri, 15 Apr 2016 21:39:37 +0000 Message-ID: <87r3e6blgm.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arBSw-0004rD-8v for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 17:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arBSs-0008WD-4N for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 17:39:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:56021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arBSr-0008W5-UB for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 17:39:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1arBSq-0002q5-0P for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 23:39:44 +0200 Received: from 182.red-79-144-193.dynamicip.rima-tde.net ([79.144.193.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2016 23:39:43 +0200 Received: from oub by 182.red-79-144-193.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2016 23:39:43 +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 Thanks to advice received in this list orgtbl-to-latex does precisely what I want, it generates a latex table with boundaries and hlines. Here is an example % BEGIN RECEIVE ORGTBL this \begin{tabular}{|l|l|} this & that\\ \hline this & that\\ \hline \end{tabular} % END RECEIVE ORGTBL this \begin{comment} #+ORGTBL: SEND this orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular | / | <> | <> | | | this | that | | | this | that | \end{comment} Now I would like to have the same for orgtbl-to-html but the standard configuration gives
this that
this that
However the produced table did not contain outer boundaries nor horizonal lines. I presume I have to change #+ORGTBL: SEND this orgtbl-to-html :splice nil :skip 0 to something else, but what? I googled for quite a while. thanks Uwe Brauer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: orgtbl-to-latex and orgtbl-to-html with boundaries and line Date: Sat, 16 Apr 2016 08:16:44 +0000 Message-ID: <87potqaryr.fsf@mat.ucm.es> References: <87r3e6blgm.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arLPX-0002ac-7s for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 04:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arLPU-0000aC-1d for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 04:16:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:45224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arLPT-0000a6-Rj for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 04:16:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1arLPS-0001P5-JE for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 10:16:54 +0200 Received: from 182.red-79-144-193.dynamicip.rima-tde.net ([79.144.193.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 10:16:54 +0200 Received: from oub by 182.red-79-144-193.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 10:16:54 +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: > > This seem to be the problematic line. I would like that orgtbl-to-html would generate
How can I achieve that? Uwe Brauer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgtbl-to-latex and orgtbl-to-html with boundaries and line Date: Sat, 16 Apr 2016 11:46:23 +0200 Message-ID: <87fuulvqc0.fsf@nicolasgoaziou.fr> References: <87r3e6blgm.fsf@mat.ucm.es> <87potqaryr.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arMm2-0006mk-7a for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 05:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arMlx-0002r9-9C for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 05:44:18 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arMlx-0002r5-2T for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 05:44:13 -0400 Received: from selenimh (unknown [IPv6:2a03:a0a0:0:4301::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 16D0F17209D for ; Sat, 16 Apr 2016 11:44:10 +0200 (CEST) In-Reply-To: <87potqaryr.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 16 Apr 2016 08:16:44 +0000") 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: >>>> "Uwe" == Uwe Brauer writes: > > > > > >
> > This seem to be the problematic line. I would like that > orgtbl-to-html would generate > >
> > How can I achieve that? You could play with :tstart parameter. See `orgtbl-to-generic' docstring. Regards, -- Nicolas Goaziou