From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Perhaps BUG: Proper quotes around math in new exporter Date: Sat, 27 Oct 2012 11:46:05 +0200 Message-ID: <87mwz8jlia.fsf@gmail.com> References: <87a9y4s2lr.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS31M-0006ir-HC for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS31L-0002FH-K7 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:49:36 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:41558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS31L-0002FB-E1 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:49:35 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so2049359wey.0 for ; Sat, 27 Oct 2012 02:49:33 -0700 (PDT) In-Reply-To: <87a9y4s2lr.fsf@pank.eu> (rasmus@gmx.us's message of "Thu, 09 Aug 2012 12:53:52 +0100") 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 Hello, Rasmus writes: > I can't seem to get the new exporter to export proper quotes around > single element math symbols. Here's a test-string: > > 'x' '\(x\)' '$x$' `$x$' `\(x\)' "\(x\)" "x" > > (first and last are always correct) There is now a better smart quotes export module in org-export.el. This issue should be fixed. Thanks for the report. Regards, -- Nicolas Goaziou