From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geralt Subject: Exporting of ascii diagrams in pdf broken Date: Tue, 2 Mar 2010 12:42:41 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmQVD-00040m-DH for emacs-orgmode@gnu.org; Tue, 02 Mar 2010 06:43:03 -0500 Received: from [140.186.70.92] (port=53602 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmQV8-0003dp-7P for emacs-orgmode@gnu.org; Tue, 02 Mar 2010 06:43:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmQUu-0006Xm-Hy for emacs-orgmode@gnu.org; Tue, 02 Mar 2010 06:42:45 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:35879) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmQUu-0006XE-Cf for emacs-orgmode@gnu.org; Tue, 02 Mar 2010 06:42:44 -0500 Received: by fxm22 with SMTP id 22so161057fxm.26 for ; Tue, 02 Mar 2010 03:42:42 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.