From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: how to get \circ symbol in odt export? Date: Thu, 12 Jan 2012 19:06:12 +0100 Message-ID: <4F0F2114.2020401@christianmoe.com> References: <87y5tdndkm.fsf@ucl.ac.uk> <87ty41nd3p.fsf@ucl.ac.uk> <87lipcopqk.fsf@ucl.ac.uk> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlOvn-0004nU-Vu for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 12:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlOvn-000810-4A for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 12:59:19 -0500 Received: from b1.hitrost.net ([91.185.211.67]:36159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlOvm-0007fp-VM for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 12:59:19 -0500 Received: from lk.92.63.17.213.dc.cable.static.lj-kabel.net ([92.63.17.213] helo=Celebrian-2.local) by b1.hitrost.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RlOvA-002PDi-C3 for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 18:58:40 +0100 In-Reply-To: <87lipcopqk.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 1/12/12 5:22 PM, Eric S Fraga wrote: > I'm not sure if any of these symbols, in general, export well to ODT? > At least the UTF solution seems to work in my specific case! Hi, I prefer utf-8 myself, but should it be impractical for any reason, Org's built-in \deg entity is another possibility. Terminate with {} before non-space character, e.g.: Global mean temperature rose 0.74 \deg{}C over 1906--2005. See the manual, 11.7.1 for pretty inline display. Yours, Christian