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