From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: avoid subscripting text Date: Wed, 27 Mar 2013 18:00:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKueB-0001wH-Oy for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:00:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKue6-0004lt-VQ for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:00:27 -0400 Received: from mail-wg0-f46.google.com ([74.125.82.46]:63770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKue6-0004lX-Pk for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:00:22 -0400 Received: by mail-wg0-f46.google.com with SMTP id l18so767564wgh.1 for ; Wed, 27 Mar 2013 11:00:21 -0700 (PDT) In-Reply-To: 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: Luca Ferrari Cc: emacs-orgmode@gnu.org On Wed, Mar 27, 2013 at 12:29 PM, Luca Ferrari wrote: > Hi all, > in my file I've got some text that I'd like to be represented as fixed > font size, and therefore I write it as ~cap_mkdb~ surrounding with ~. > The problem is that, when I export the document to ODF, I got the word > following the underscore written as a subscript. Now this reminds me > the LaTeX behavior, and when I export it happens to me that LaTeX is > used for a preliminary conversion. > Is there a smart way to avoid escaping any underscore? > > Thanks, > Luca > Hi, Use #+OPTION: ^:{} to leave underscores alone. Regards, Sean