From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: avoid subscripting text Date: Wed, 27 Mar 2013 13:29:25 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKpTs-0003x1-9J for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKpTr-0005WD-2r for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:29:28 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:58260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKpTq-0005Vu-Sh for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 08:29:27 -0400 Received: by mail-we0-f176.google.com with SMTP id s43so2838450wey.21 for ; Wed, 27 Mar 2013 05:29:26 -0700 (PDT) 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 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