From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Strange results of special symbol inside brackets in PDF output Date: Wed, 24 Mar 2010 12:27:09 +0100 Message-ID: <4D8947B1-DCE2-4F70-99F4-775614DF9921@gmail.com> References: <4BA8C15D.2010904@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) 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 1NuOk4-00039v-Qv for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 07:27:20 -0400 Received: from [140.186.70.92] (port=52079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuOk1-00039N-3E for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 07:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuOjz-0006Uk-3n for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 07:27:16 -0400 Received: from mail-fx0-f222.google.com ([209.85.220.222]:39178) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuOjy-0006Ub-Si for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 07:27:15 -0400 Received: by fxm22 with SMTP id 22so2785202fxm.34 for ; Wed, 24 Mar 2010 04:27:13 -0700 (PDT) In-Reply-To: <4BA8C15D.2010904@gmail.com> 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: Keith Cc: emacs-orgmode@gnu.org Yes, this is a bug, thanks. Fixed now. - Carsten On Mar 23, 2010, at 2:25 PM, Keith wrote: > Dear all, > > Well..., I am just new to both emacs and org-mode and trying to get > used to it :-) > > I noticed something strange and I think it's might be a bug > converting to tex file. I've been trying to put a special symbol > inside a bracket, e.g. > > air temperature (degree Celsius) > > and the symbol should look like ^{\circ}C in org file. It works well > if it is standalone. However, when I put the brackets out of it, say > (^{\circ}C), the pdf output looks bizarre. I have checked the tex > output and the converting results from orgmode file are > > ^{\circ}C --> $^{\circ}$C > (^{\circ}C) --> (^\{\circ}C) > > Keith > > > _______________________________________________ > 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