Kaynağa Gözat

Merge branch 'maint'

Kyle Meyer 8 yıl önce
ebeveyn
işleme
53d11dc51d
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 2
      lisp/ox-latex.el
  2. 1 1
      lisp/ox-odt.el

+ 2 - 2
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}

+ 1 - 1
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\"