From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: 8.3 git head new math $ behavior Date: Tue, 24 Feb 2015 12:38:35 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJRU-0004dS-0n for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 12:38:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQJRO-0005e2-Rs for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 12:38:43 -0500 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:61532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJRO-0005dt-Nb for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 12:38:38 -0500 Received: by mail-qg0-f46.google.com with SMTP id z107so31126730qgd.5 for ; Tue, 24 Feb 2015 09:38:37 -0800 (PST) Received: from gorgonzola ([104.39.44.176]) by mx.google.com with ESMTPSA id o88sm29882314qge.22.2015.02.24.09.38.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 09:38:36 -0800 (PST) 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: Org-mode I've started running the git head version of Org mode, since 8.3 has some features I'm interested in that were not in the version I was previously using (the latest on elpa). Is this list an appropriate place to as questions or mention bugs I find in 8.3, or is there a better place for that? I write because in the new version $x$ exports to latex as before, but ($x$) does not. It exports as seen, including the dollar sign. ($$x$$) does export as math. Is this an intentional changed behavior? Or some regex exporter bug that I've come across? -k.