From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: underscore escaping Date: Wed, 23 Oct 2013 18:43:16 +0200 Message-ID: <87hac8sztn.fsf@gmail.com> References: <87zjq0cgha.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ1WU-0004pf-8k for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 12:43:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ1WO-0003oH-JR for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 12:43:06 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:60584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ1WO-0003oB-C1 for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 12:43:00 -0400 Received: by mail-wg0-f45.google.com with SMTP id z12so1103742wgg.0 for ; Wed, 23 Oct 2013 09:42:59 -0700 (PDT) In-Reply-To: <87zjq0cgha.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Wed, 23 Oct 2013 14:35:29 +0200") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > According to the manual [fn:1] I expect to see underscores in the > exported (to LaTeX) version of this test file: > > * Underscore\_Escaping_Test > > Underscore\_Escaping_Test At the moment, there is no support for escaped characters in the export framework. Thus, the manual is inaccurate here. You can set `org-export-with-sub-superscripts' to '{} and write: Underscore_Escaping_{Test} Note that implementing it back is in my TODO list, but I'd like to generalize to emphasis markup, too. So, it will have to wait a bit. Regards, -- Nicolas Goaziou