summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-12-07 22:36:28 -0500
committerKyle Meyer <kyle@kyleam.com>2016-12-07 22:36:28 -0500
commit53d11dc51d6bb0681bf899b4c53deae93d8fd417 (patch)
treeb30e6b81c7ed9cf48dcb12b8c0ffb6f9db8b7dc1
parent872666f738c9e65f6f57f5ef1ec9a898b88a28b4 (diff)
parentb7cb9b54d53fa4e246138791ccc863ae8f927860 (diff)
downloadorg-mode-53d11dc51d6bb0681bf899b4c53deae93d8fd417.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-latex.el4
-rw-r--r--lisp/ox-odt.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index ea84c01..900cd55 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1021,7 +1021,7 @@ be a list containing two strings: the name of the option, and the
value. For example,
(setq org-latex-minted-options
- '((\"bgcolor\" \"bg\") (\"frame\" \"lines\")))
+ \\='((\"bgcolor\" \"bg\") (\"frame\" \"lines\")))
will result in src blocks being exported with
@@ -1060,7 +1060,7 @@ exported. This format string may contain these elements:
For example,
(setq org-latex-custom-lang-environments
- '((python \"pythoncode\")
+ \\='((python \"pythoncode\")
(ocaml \"\\\\begin{listing}
\\\\begin{minted}[%o]{ocaml}
%s\\\\end{minted}
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index a705b68..2465836 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -847,7 +847,7 @@ ON-OR-OFF := t | nil
For example, with the following configuration
\(setq org-odt-table-styles
- '((\"TableWithHeaderRowsAndColumns\" \"Custom\"
+ \\='((\"TableWithHeaderRowsAndColumns\" \"Custom\"
((use-first-row-styles . t)
(use-first-column-styles . t)))
(\"TableWithHeaderColumns\" \"Custom\"