Protect starred commands in LaTeX export correctly
commitc10933415212abad1b8adcb87c93b4b254cd86d0
authorLawrence Mitchell <wence@gmx.li>
Wed, 23 Mar 2011 15:28:04 +0000 (23 15:28 +0000)
committerBastien Guerry <bzg@altern.org>
Wed, 23 Mar 2011 14:05:43 +0000 (23 15:05 +0100)
tree81cbb05d0c5b28f8056fc05d823e8c54d25d1037
parent9f57b8e85d185fbf3f9788fd4099709d512dedd1
Protect starred commands in LaTeX export correctly

* lisp/org-latex.el (org-export-latex-preprocess): Correctly
match starred command names.

Many LaTeX commands exist in both normal and starred forms.  Adjust
the regexp in `org-export-latex-preprocess' to match the starred form
as well.
lisp/org-latex.el