[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Bug?] Smart quotes and latex environments
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [Bug?] Smart quotes and latex environments |
Date: |
Fri, 01 May 2015 09:28:29 +0200 |
Hello,
Jacob Gerlach <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [O] [Bug?] Smart quotes and latex environments,
Nicolas Goaziou <=