From b7cb9b54d53fa4e246138791ccc863ae8f927860 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 7 Dec 2016 11:29:54 -0800 Subject: [PATCH] Backport commit eeecac7 from Emacs Fix minor quoting problems in doc strings eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 Paul Eggert Wed Dec 7 11:31:16 2016 -0800 --- lisp/ox-latex.el | 4 ++-- lisp/ox-odt.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 4d659229f..5830f3c8c 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 a705b6835..24658363c 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\"