]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ox-html.el
Escape ` and ' in doc
[gnu-emacs] / lisp / org / ox-html.el
index 144b58b9bc852702c4bcbf40c072ab50db51d364..fc4f574a4c47540b0cbb2ffea02817ddd462da30 100644 (file)
@@ -833,7 +833,7 @@ you can reuse them:
 For example:
 
 \(setq org-html-table-row-tags
-      (cons '(cond (top-row-p \"<tr class=\\\"tr-top\\\">\")
+      (cons \\='(cond (top-row-p \"<tr class=\\\"tr-top\\\">\")
                    (bottom-row-p \"<tr class=\\\"tr-bottom\\\">\")
                    (t (if (= (mod row-number 2) 1)
                          \"<tr class=\\\"tr-odd\\\">\"