* org-export, table.el complex tables, latex html
@ 2013-05-25 16:30 Uwe Brauer
2013-05-25 17:25 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2013-05-25 16:30 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
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
[-- Attachment #2: guia.html --]
[-- Type: text/html, Size: 3297 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: guia.tex --]
[-- Type: text/x-tex, Size: 1259 bytes --]
% 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}
[-- Attachment #4: guia.org --]
[-- Type: text/x-org, Size: 2522 bytes --]
This is a test table
+---------------------------------------------------+-------------------------+
| Kurs: Modifizierungen: | 2013--2014 |
| | Name |
+---------------------------------------------------+-------------------------+
| | Kurs 2012--2013 |
+---------------------------------------------------+-------------------------+
| Inhalt: | |
+---------------------------------------------------+-------------------------+
| Name: | |
+---------------------------------------------------+-------------------------+
| Art: | |
+---------------------------------------------------+-------------------------+
| Modifizierungen: | |
+---------------------------------------------------+-------------------------+
| * Programm: |
| |
| * Resultate: |
| |
| * Arbeitsstunden: |
| |
| * Metodologie: |
| |
| * Literatur: |
| |
| * Evaluación: |
| |
| * Cronograma: |
| |
| * Tabla resumen: |
+-----------------------------------------------------------------------------+
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export, table.el complex tables, latex html
2013-05-25 16:30 org-export, table.el complex tables, latex html Uwe Brauer
@ 2013-05-25 17:25 ` Nicolas Goaziou
2013-05-25 17:55 ` Uwe Brauer
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2013-05-25 17:25 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Hello,
Uwe Brauer <oub@mat.ucm.es> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export, table.el complex tables, latex html
2013-05-25 17:25 ` Nicolas Goaziou
@ 2013-05-25 17:55 ` Uwe Brauer
2013-05-25 20:09 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2013-05-25 17:55 UTC (permalink / raw)
To: emacs-orgmode
>> "Nicolas" == Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Hello,
> Uwe Brauer <oub@mat.ucm.es> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export, table.el complex tables, latex html
2013-05-25 17:55 ` Uwe Brauer
@ 2013-05-25 20:09 ` Nicolas Goaziou
2013-05-26 4:32 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2013-05-25 20:09 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Uwe Brauer <oub@mat.ucm.es> writes:
> What's about orgtbl-to-latex does this work for you also?
It doesn't seem to.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export, table.el complex tables, latex html
2013-05-25 20:09 ` Nicolas Goaziou
@ 2013-05-26 4:32 ` Carsten Dominik
2013-05-26 9:02 ` Uwe Brauer
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2013-05-26 4:32 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Uwe Brauer, emacs-orgmode
On 25.5.2013, at 22:09, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
> Uwe Brauer <oub@mat.ucm.es> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export, table.el complex tables, latex html
2013-05-26 4:32 ` Carsten Dominik
@ 2013-05-26 9:02 ` Uwe Brauer
0 siblings, 0 replies; 6+ messages in thread
From: Uwe Brauer @ 2013-05-26 9:02 UTC (permalink / raw)
To: emacs-orgmode
>> "Carsten" == Carsten Dominik <carsten.dominik@gmail.com> writes:
> On 25.5.2013, at 22:09, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
>> Uwe Brauer <oub@mat.ucm.es> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-26 9:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25 16:30 org-export, table.el complex tables, latex html Uwe Brauer
2013-05-25 17:25 ` Nicolas Goaziou
2013-05-25 17:55 ` Uwe Brauer
2013-05-25 20:09 ` Nicolas Goaziou
2013-05-26 4:32 ` Carsten Dominik
2013-05-26 9:02 ` Uwe Brauer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).