From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [patch][ox-latex] context-aware subscript Date: Wed, 28 Aug 2013 21:21:07 +0200 Message-ID: <87sixty63g.fsf@gmail.com> References: <877gfjqq6w.fsf@pank.eu> <87tximt7bb.fsf@gmail.com> <87r4deqbav.fsf@gmx.us> <874naaorz1.fsf@gmail.com> <8761uqorlr.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VElIa-0007kv-A6 for emacs-orgmode@gnu.org; Wed, 28 Aug 2013 15:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VElIU-0000cO-HN for emacs-orgmode@gnu.org; Wed, 28 Aug 2013 15:21:00 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:47830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VElIU-0000c5-6m for emacs-orgmode@gnu.org; Wed, 28 Aug 2013 15:20:54 -0400 Received: by mail-wi0-f177.google.com with SMTP id hi5so1712347wib.16 for ; Wed, 28 Aug 2013 12:20:52 -0700 (PDT) In-Reply-To: <8761uqorlr.fsf@gmx.us> (rasmus@gmx.us's message of "Wed, 28 Aug 2013 15:46:40 +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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: >> Correct. Then, fixing it is more important than caring about some user >> filter. > > OK, can I help? Sure, please go ahead. > That's what I use as well, but I'd like to save the $'s around > constructs like \(\beta_t\). I'll try to fix it via a filter. A good filter could be to remove "\text{ }" around single characters. With the previous fix, \beta_t would eventually become $\beta_t$. Regards, -- Nicolas Goaziou