On Sat, Jan 18, 2014 at 10:20 AM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
Hello,

Mirko Vukovic <mirko.vukovic@gmail.com> writes:

> In the documentation for org-format-latex-options,
> for the key :matchers, the documentation lists valid members.  The last
> valid member is shown as
>              "\ ["    find math expressions surrounded by \ [...\]
>
> (backslash space left-bracket).  The space is superfluous.  Note that
> there are two places where this needs to be fixed.

Thank you for the report. However, I don't think it is possible to fix
it, because "\[" in a docstring is treated specially. See:

  (info "(elisp) Keys in Documentation").


Regards,

--
Nicolas Goaziou
Thanks Nicolas,

that certainly explains two identical and unusual typos on the same line.

Mirko