Fix bugs in output report
authorGemini Lasswell <gazally@runbox.com>
Mon, 26 Nov 2018 19:20:02 +0000 (11:20 -0800)
committerGemini Lasswell <gazally@runbox.com>
Tue, 27 Nov 2018 20:13:22 +0000 (12:13 -0800)
* lisp/emacs-lisp/erb.el (erb-write-result-org-file): Add missing
backslash.  Add name for xtics table.

lisp/emacs-lisp/erb.el

index 5327f67243492927a78cbfc1b4686f331f24ef20..7d3f33dcca2049b1c1ecd39cdd87cd1825bb971b 100644 (file)
@@ -1901,7 +1901,7 @@ structure per task."
       (insert
        title
        "#+OPTIONS: toc:2 num:2 author:nil\n"
-       "#+LATEX_HEADER: \usepackage[margin=0.5in]{geometry}\n"
+       "#+LATEX_HEADER: \\usepackage[margin=0.5in]{geometry}\n"
        "* Benchmark results\n")
       (iter-do (file-summaries (erb--chunk-list 'erb--summary
                                                 '(file) summaries))
@@ -2018,6 +2018,7 @@ structure per task."
               "System information last updated: %Y-%m-%d %a %H:%M\n"
               (map-elt info :time))
              "* Xtics :noexport:\n"
+            "#+NAME: xtics\n"
              "#+BEGIN_SRC gnuplot :export none\n"
              xtics
              "#+END_SRC\n")))))))