Hello,

Jacob Gerlach <jacobgerl...@gmail.com> 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

Reply via email to