From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: math in parentheses Date: Tue, 28 Oct 2014 12:54:18 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj6I9-0002pl-IN for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 08:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj6I2-0001NP-0Z for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 08:54:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:60453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj6I1-0001Ms-Pb for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 08:54:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xj6I0-0004Cl-Bm for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 13:54:20 +0100 Received: from 193.63.222.28 ([193.63.222.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 13:54:20 +0100 Received: from andreas.leha by 193.63.222.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 13:54:20 +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: emacs-orgmode@gnu.org Hi, I encounter a problem using $..$ expressions when they are enclosed in parentheses. This sample --8<---------------cut here---------------start------------->8--- #+TITLE: Test Math * Some math This $T$ works, but ($T$) this does not. --8<---------------cut here---------------end--------------->8--- exports to (relevant part) --8<---------------cut here---------------start------------->8--- \section{Some math} \label{sec-1} This \(T\) works, but (\$T\$) this does not. --8<---------------cut here---------------end--------------->8--- Is that expected behaviour? (Note that \(...\) expressions work.) I am on - OS X 10.9.4 - GNU Emacs 24.4.50.1 - Org-mode version 8.3beta Regards, Andreas