* Exporting of ascii diagrams in pdf broken
@ 2010-03-02 11:42 Geralt
2010-03-03 12:26 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Geralt @ 2010-03-02 11:42 UTC (permalink / raw)
To: emacs-orgmode
Hi,
in the org version shipped with Emacs 23.1 everything that looked like
a table in #+BEGIN_EXAMPLE blocks is broken, although it was
supposedly fixed, the following example still fails with the latest
version from the git repo (commit f0f5119):
#+BEGIN_EXAMPLE
V
+---------------------+
| |
| Some text |
| |
+---------------------+
#+END_EXAMPLE
The generated LaTeX code is:
% Created 2010-03-02 Tue 12:39
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{hyperref}
\providecommand{\alert}[1]{\textbf{#1}}
\title{V}
\author{}
\date{02 March 2010}
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\begin{verbatim}
\begin{center}
\begin{tabular}{|l|}
\hline
Some text \\
\hline
\end{tabular}
\end{center}\end{verbatim}
\end{document}
HTH,
Geralt.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Exporting of ascii diagrams in pdf broken
2010-03-02 11:42 Exporting of ascii diagrams in pdf broken Geralt
@ 2010-03-03 12:26 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-03-03 12:26 UTC (permalink / raw)
To: Geralt; +Cc: emacs-orgmode
Hi Gerald,
this should now work, thank you for the report.
- Carsten
On Mar 2, 2010, at 12:42 PM, Geralt wrote:
> Hi,
>
> in the org version shipped with Emacs 23.1 everything that looked like
> a table in #+BEGIN_EXAMPLE blocks is broken, although it was
> supposedly fixed, the following example still fails with the latest
> version from the git repo (commit f0f5119):
> #+BEGIN_EXAMPLE
> V
> +---------------------+
> | |
> | Some text |
> | |
> +---------------------+
> #+END_EXAMPLE
>
>
> The generated LaTeX code is:
>
> % Created 2010-03-02 Tue 12:39
> \documentclass[11pt]{article}
> \usepackage[utf8]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{graphicx}
> \usepackage{longtable}
> \usepackage{hyperref}
> \providecommand{\alert}[1]{\textbf{#1}}
>
> \title{V}
> \author{}
> \date{02 March 2010}
>
> \begin{document}
>
> \maketitle
>
> \setcounter{tocdepth}{3}
> \tableofcontents
> \vspace*{1cm}
> \begin{verbatim}
> \begin{center}
> \begin{tabular}{|l|}
> \hline
> Some text \\
> \hline
> \end{tabular}
> \end{center}\end{verbatim}
>
> \end{document}
>
>
>
>
>
>
> HTH,
>
> Geralt.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-03 12:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 11:42 Exporting of ascii diagrams in pdf broken Geralt
2010-03-03 12:26 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.