From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting of ascii diagrams in pdf broken Date: Wed, 3 Mar 2010 13:26:50 +0100 Message-ID: <2A053AF7-E2D2-42D6-8104-8417043BA971@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmnfD-00051Q-Cn for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:26:55 -0500 Received: from [140.186.70.92] (port=47049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmnfC-00050v-Jf for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmnfC-0004Hp-43 for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:26:54 -0500 Received: from mail-ew0-f222.google.com ([209.85.219.222]:46734) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmnfB-0004He-Tc for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:26:54 -0500 Received: by ewy22 with SMTP id 22so1003556ewy.26 for ; Wed, 03 Mar 2010 04:26:53 -0800 (PST) In-Reply-To: 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: Geralt Cc: emacs-orgmode@gnu.org 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