emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Geralt <usr.gentoo@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Exporting of ascii diagrams in pdf broken
Date: Tue, 2 Mar 2010 12:42:41 +0100	[thread overview]
Message-ID: <fbdd0e51003020342r6d6001f6y7fa1921345cae344@mail.gmail.com> (raw)

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	other threads:[~2010-03-02 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 11:42 Geralt [this message]
2010-03-03 12:26 ` Exporting of ascii diagrams in pdf broken Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fbdd0e51003020342r6d6001f6y7fa1921345cae344@mail.gmail.com \
    --to=usr.gentoo@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).