From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug?] Smart quotes and latex environments Date: Fri, 01 May 2015 09:28:29 +0200 Message-ID: <874mnwlpsy.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yo5Lo-00040F-LM for emacs-orgmode@gnu.org; Fri, 01 May 2015 03:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yo5Ln-0006Gy-UF for emacs-orgmode@gnu.org; Fri, 01 May 2015 03:27:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yo5Ln-0006Gg-Of for emacs-orgmode@gnu.org; Fri, 01 May 2015 03:27:07 -0400 In-Reply-To: (Jacob Gerlach's message of "Thu, 30 Apr 2015 15:02:54 +0000") 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: Jacob Gerlach Cc: Org-mode Hello, Jacob Gerlach writes: > I tried this instead: > -------------------------------------- > #+Latex:\begin{myenvironment} > "Foo" > #+Latex:\end{myenvironment} > -------------------------------------- > which exports to: > -------------------------------------- > \begin{myenvironment} > ``Foo'' > \#+Latex:\end{myenvironment} > -------------------------------------- > This seems like a bug. According to syntax, you are expected to add a space after colons, e.g., #+Latex: \begin{myenvironment} "Foo" #+Latex: \end{myenvironment} I commited a change to allow missing space. Regards, -- Nicolas Goaziou