From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug in LaTeX exporter (org-mode 6.07) Date: Tue, 16 Dec 2008 08:40:03 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCUXI-0004jt-FS for emacs-orgmode@gnu.org; Tue, 16 Dec 2008 02:40:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCUXH-0004jh-Rr for emacs-orgmode@gnu.org; Tue, 16 Dec 2008 02:40:08 -0500 Received: from [199.232.76.173] (port=35323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCUXH-0004je-OC for emacs-orgmode@gnu.org; Tue, 16 Dec 2008 02:40:07 -0500 Received: from mx20.gnu.org ([199.232.41.8]:8754) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCUXH-0006e5-5U for emacs-orgmode@gnu.org; Tue, 16 Dec 2008 02:40:07 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCUXG-0005BT-3Y for emacs-orgmode@gnu.org; Tue, 16 Dec 2008 02:40:06 -0500 Received: by ug-out-1314.google.com with SMTP id 36so284584uga.17 for ; Mon, 15 Dec 2008 23:40:04 -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: peter.frings@agfa.com Cc: emacs-orgmode Org-Mode Fixed, thanks. - Carsten On Oct 21, 2008, at 4:37 PM, peter.frings@agfa.com wrote: > Hi all, > > It seems that the LaTeX exporter doe not escape the ampersand > character and braces when inside a table. > > > Exporting this: > === org-mode snippet ==== > * Example > This is an ampersand: &, and these are curly braces {}. > > | Below is an ampersand | and the same curly braces | > | & | { and } | > ========================= > > Results in: > ==== Exported LaTeX ===== > > % Created 2008-10-21 Tue 16:31 > \documentclass[11pt,a4paper]{article} > \usepackage[utf8]{inputenc} > \usepackage[T1]{fontenc} > \usepackage{hyperref} > > > \title{* Example} > \author{Peter Frings} > \date{21 October 2008} > > \begin{document} > > \maketitle > > \setcounter{tocdepth}{3} > \tableofcontents > > This is an ampersand: \&, and these are curly braces \{\}. > > \begin{tabular}{ll} > Below is an ampersand & and the same curly braces \\ > & & { and } \\ > \end{tabular} > > > \end{document} > ========================= > > > Unrelated: what trick/mode/command do you guys use to make those > nice snippets like: > ,---[xxx] > | blah > | blah > `--- > > Cheers, > Peter. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode