emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Exporting of ascii diagrams in pdf broken


From: Geralt
Subject: [Orgmode] Exporting of ascii diagrams in pdf broken
Date: Tue, 2 Mar 2010 12:42:41 +0100

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]