emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/benchmarks 8abd7e7 2/3: Fix bugs in output report


From: Gemini Lasswell
Subject: [Emacs-diffs] scratch/benchmarks 8abd7e7 2/3: Fix bugs in output report
Date: Tue, 27 Nov 2018 15:32:19 -0500 (EST)

branch: scratch/benchmarks
commit 8abd7e7d133059e41a5ae71cb254e5a3b2a04e6c
Author: Gemini Lasswell <address@hidden>
Commit: Gemini Lasswell <address@hidden>

    Fix bugs in output report
    
    * lisp/emacs-lisp/erb.el (erb-write-result-org-file): Add missing
    backslash.  Add name for xtics table.
---
 lisp/emacs-lisp/erb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/erb.el b/lisp/emacs-lisp/erb.el
index 5327f67..7d3f33d 100644
--- a/lisp/emacs-lisp/erb.el
+++ b/lisp/emacs-lisp/erb.el
@@ -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")))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]