summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-19 16:45:37 +0100
committerBastien Guerry <bzg@altern.org>2014-01-19 16:45:37 +0100
commit848d1926ec96683bfb9be28e5c9c2f0126d3d3a3 (patch)
tree0223583689f09bcfcf7c3798f79d891b4bb3f562
parent84aabd700e453b092ed20920cc22ada02d99c15b (diff)
parent25e4e5b6f0d64d733d18ef8ed2e7cbc6e5ce9193 (diff)
downloadorg-mode-848d1926ec96683bfb9be28e5c9c2f0126d3d3a3.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 66a2125..5589ecb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3841,12 +3841,12 @@ This is a property list with the following properties:
the same numbers for HTML export.
:matchers a list indicating which matchers should be used to
find LaTeX fragments. Valid members of this list are:
- \"begin\" find environments
- \"$1\" find single characters surrounded by $.$
- \"$\" find math expressions surrounded by $...$
- \"$$\" find math expressions surrounded by $$....$$
- \"\\(\" find math expressions surrounded by \\(...\\)
- \"\\ [\" find math expressions surrounded by \\ [...\\]"
+ \"begin\" find environments
+ \"$1\" find single characters surrounded by $.$
+ \"$\" find math expressions surrounded by $...$
+ \"$$\" find math expressions surrounded by $$....$$
+ \"\\(\" find math expressions surrounded by \\(...\\)
+ \"\\=\\[\" find math expressions surrounded by \\=\\[...\\]"
:group 'org-latex
:type 'plist)