From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-export, table.el complex tables, latex html Date: Sat, 25 May 2013 18:30:51 +0200 Message-ID: <87txlrowck.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgHyp-0005bk-KY for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgHyn-0002bm-1F for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:10:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:52211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgHym-0002Zr-L3 for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:10:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UgHyl-0001IP-DZ for emacs-orgmode@gnu.org; Sat, 25 May 2013 19:10:03 +0200 Received: from 85.55.19.171 ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 19:10:03 +0200 Received: from oub by 85.55.19.171 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 19:10:03 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hello I have attached an org file which contains a complex table, which I generated partially with table.el. Now org-export can export this table *correctly* to latex, most likely using (table-generate-source 'latex "table.latex" "Table"), however org-export fails when exporting to html. Could this export option also please be implemented. Thanks Uwe Brauer --=-=-= Content-Type: text/html Content-Disposition: attachment; filename=guia.html This is a test table

This is a test table

Date: 2013-05-25 18:26:47 CEST

Author: Uwe Brauer

Org version 7.8.03 with Emacs version 21

Validate XHTML 1.0
--=-=-= Content-Type: text/x-tex Content-Disposition: attachment; filename=guia.tex % Created 2013-05-25 Sat 18:26 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \title{This is a test table} \author{Uwe Brauer} \date{\today} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs Org-mode version 7.8.03}} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \begin{center} \begin{tabular}{|l|l|} \hline Kurs: Modifizierungen: & 2013--2014 \\ & Name \\ \hline & Kurs 2012--2013 \\ \hline Inhalt: & \\ \hline Name: & \\ \hline Art: & \\ \hline Modifizierungen: & \\ \hline \multicolumn{2}{|l|}{* Programm:} \\ \multicolumn{2}{|l|}{* Resultate:} \\ \multicolumn{2}{|l|}{* Arbeitsstunden:} \\ \multicolumn{2}{|l|}{* Metodologie:} \\ \multicolumn{2}{|l|}{* Literatur:} \\ \multicolumn{2}{|l|}{* Evaluaci\'on:} \\ \multicolumn{2}{|l|}{* Cronograma:} \\ \multicolumn{2}{|l|}{* Tabla resumen:} \\ \hline \end{tabular} \end{center} \end{document} --=-=-= Content-Type: text/x-org; charset=iso-8859-1 Content-Disposition: attachment; filename=guia.org Content-Transfer-Encoding: quoted-printable This is a test table +---------------------------------------------------+--------------------= -----+ | Kurs: Modifizierungen: | 2013--2014 = | | | Name = | +---------------------------------------------------+--------------------= -----+ | | Kurs 2012--2013 = | +---------------------------------------------------+--------------------= -----+ | Inhalt: | = | +---------------------------------------------------+--------------------= -----+ | Name: | = | +---------------------------------------------------+--------------------= -----+ | Art: | = | +---------------------------------------------------+--------------------= -----+ | Modifizierungen: | = | +---------------------------------------------------+--------------------= -----+ | * Programm: = | | = | | * Resultate: = | | = | | * Arbeitsstunden: = | | = | | * Metodologie: = | | = | | * Literatur: = | | = | | * Evaluaci=F3n: = | | = | | * Cronograma: = | | = | | * Tabla resumen: = | +------------------------------------------------------------------------= -----+ =20=20 =20=20 --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-export, table.el complex tables, latex html Date: Sat, 25 May 2013 19:25:57 +0200 Message-ID: <87ppwf55ui.fsf@gmail.com> References: <87txlrowck.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgIE9-0008KX-UI for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgIE6-0007Ex-T9 for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:25:57 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:51203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgIE6-0007Ef-JJ for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:25:54 -0400 Received: by mail-we0-f169.google.com with SMTP id q55so3585425wes.28 for ; Sat, 25 May 2013 10:25:53 -0700 (PDT) In-Reply-To: <87txlrowck.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 25 May 2013 18:30:51 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uwe Brauer Cc: emacs-orgmode@gnu.org Hello, Uwe Brauer writes: > I have attached an org file which contains a complex table, which I > generated partially with table.el. > > Now org-export can export this table *correctly* to latex, most likely > using (table-generate-source 'latex "table.latex" "Table"), however > org-export fails when exporting to html. > > Could this export option also please be implemented. > > Thanks > > Uwe Brauer > > > > This is a test table > > This is a test table > > Date: 2013-05-25 18:26:47 CEST > > Author: Uwe Brauer > > Org version 7.8.03 with Emacs version 21 You need to update Org. I cannot reproduce the problem on Org 8.0.3. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-export, table.el complex tables, latex html Date: Sat, 25 May 2013 19:55:57 +0200 Message-ID: <87y5b3ndua.fsf@mat.ucm.es> References: <87txlrowck.fsf@mat.ucm.es> <87ppwf55ui.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgIhO-0000JH-Ic for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgIhN-0000Yy-2f for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:56:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:52979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgIhM-0000Yq-S1 for emacs-orgmode@gnu.org; Sat, 25 May 2013 13:56:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UgIhL-0004Ul-Iu for emacs-orgmode@gnu.org; Sat, 25 May 2013 19:56:07 +0200 Received: from 85.55.19.171 ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 19:56:07 +0200 Received: from oub by 85.55.19.171 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 19:56:07 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> >> Org version 7.8.03 with Emacs version 21 > You need to update Org. I cannot reproduce the problem on Org 8.0.3. Ok, I try. What's about orgtbl-to-latex does this work for you also? Uwe Brauer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-export, table.el complex tables, latex html Date: Sat, 25 May 2013 22:09:31 +0200 Message-ID: <87bo7y6cuc.fsf@gmail.com> References: <87txlrowck.fsf@mat.ucm.es> <87ppwf55ui.fsf@gmail.com> <87y5b3ndua.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgKmQ-000166-T5 for emacs-orgmode@gnu.org; Sat, 25 May 2013 16:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgKmO-0005pf-4I for emacs-orgmode@gnu.org; Sat, 25 May 2013 16:09:30 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:40512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgKmN-0005np-NC for emacs-orgmode@gnu.org; Sat, 25 May 2013 16:09:27 -0400 Received: by mail-wg0-f46.google.com with SMTP id l18so3369376wgh.13 for ; Sat, 25 May 2013 13:09:26 -0700 (PDT) In-Reply-To: <87y5b3ndua.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 25 May 2013 19:55:57 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uwe Brauer Cc: emacs-orgmode@gnu.org Uwe Brauer writes: > What's about orgtbl-to-latex does this work for you also? It doesn't seem to. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-export, table.el complex tables, latex html Date: Sun, 26 May 2013 06:32:39 +0200 Message-ID: <87E92025-ED45-4CC4-A954-635B13146CD0@gmail.com> References: <87txlrowck.fsf@mat.ucm.es> <87ppwf55ui.fsf@gmail.com> <87y5b3ndua.fsf@mat.ucm.es> <87bo7y6cuc.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgSdV-0005JM-4X for emacs-orgmode@gnu.org; Sun, 26 May 2013 00:32:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgSdO-00072N-Nn for emacs-orgmode@gnu.org; Sun, 26 May 2013 00:32:48 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:55798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgSdO-000727-HH for emacs-orgmode@gnu.org; Sun, 26 May 2013 00:32:42 -0400 Received: by mail-wi0-f176.google.com with SMTP id hr14so698005wib.15 for ; Sat, 25 May 2013 21:32:40 -0700 (PDT) In-Reply-To: <87bo7y6cuc.fsf@gmail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Uwe Brauer , emacs-orgmode@gnu.org On 25.5.2013, at 22:09, Nicolas Goaziou wrote: > Uwe Brauer writes: > >> What's about orgtbl-to-latex does this work for you also? > > It doesn't seem to. orgtbl-to-* does not support table.el tables. - Carsten > > > Regards, > > -- > Nicolas Goaziou > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-export, table.el complex tables, latex html Date: Sun, 26 May 2013 11:02:17 +0200 Message-ID: <878v32dsh2.fsf@mat.ucm.es> References: <87txlrowck.fsf@mat.ucm.es> <87ppwf55ui.fsf@gmail.com> <87y5b3ndua.fsf@mat.ucm.es> <87bo7y6cuc.fsf@gmail.com> <87E92025-ED45-4CC4-A954-635B13146CD0@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgWt4-0004eD-Fv for emacs-orgmode@gnu.org; Sun, 26 May 2013 05:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgWsy-0001dx-6M for emacs-orgmode@gnu.org; Sun, 26 May 2013 05:05:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:50192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgWsy-0001av-0r for emacs-orgmode@gnu.org; Sun, 26 May 2013 05:05:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UgWsw-0004ta-St for emacs-orgmode@gnu.org; Sun, 26 May 2013 11:05:02 +0200 Received: from 85.55.19.171 ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 May 2013 11:05:02 +0200 Received: from oub by 85.55.19.171 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 May 2013 11:05:02 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> "Carsten" == Carsten Dominik writes: > On 25.5.2013, at 22:09, Nicolas Goaziou wrote: >> Uwe Brauer writes: >> >> What's about orgtbl-to-latex does this work for you also? >> >> It doesn't seem to. > orgtbl-to-* does not support table.el tables. Thanks for clarifying, any plans about it for the feature? Uwe