Prefer matching line beginnings in org-export-latex-special-chars
commit0e8f873c88bc2ea929a8563a3effcbae13d3b5c5
authorLawrence Mitchell <wence@gmx.li>
Mon, 28 Mar 2011 20:17:32 +0000 (28 20:17 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 6 Apr 2011 08:34:14 +0000 (6 10:34 +0200)
tree6a8a6290aea82f74491d1e9dcc95de23a8139601
parentf4ba6dc6ee099d690a236cd6b257b84d50d8b17f
Prefer matching line beginnings in org-export-latex-special-chars

* lisp/org-latex.el (org-export-latex-special-chars): Fix regexp for
`single' special characters and ellipsis.

Repeated special characters are exported differently depending on
their position in the buffer.  A "&&" string at the start of a line is
exported as "&\&" whereas in the middle of a line you get "\&\&".  The
former is incorrect.  Fix this by matching the beginning of a line
before a character.  While we're at it, amalgamate the regexps for the

different special characters.
lisp/org-latex.el